Skip to content

Commit 5d70cb3

Browse files
committed
Review Change: Force refill instead of overwrite.
1 parent 7e2ad59 commit 5d70cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ethereum_test_filling_tool/filler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ def fill_fixture(self, filler, t8n, b11r):
113113

114114
# Only skip if the fixture file already exists, the module
115115
# has not been modified since the last test filler run, and
116-
# the user does not want to overwrite the fixtures (--overwrite).
116+
# the user doesn't want to force a refill the
117+
# fixtures (--force-refill).
117118
if (
118119
os.path.exists(path)
119120
and not is_module_modified(

0 commit comments

Comments
 (0)