From 5d70cb3b6129e04ee3a603e9185580fd4b911db3 Mon Sep 17 00:00:00 2001 From: spencer-tb Date: Tue, 7 Mar 2023 17:03:15 -0600 Subject: [PATCH] Review Change: Force refill instead of overwrite. --- src/ethereum_test_filling_tool/filler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ethereum_test_filling_tool/filler.py b/src/ethereum_test_filling_tool/filler.py index 5aa2b6c27a..5c37b502ab 100644 --- a/src/ethereum_test_filling_tool/filler.py +++ b/src/ethereum_test_filling_tool/filler.py @@ -113,7 +113,8 @@ def fill_fixture(self, filler, t8n, b11r): # Only skip if the fixture file already exists, the module # has not been modified since the last test filler run, and - # the user does not want to overwrite the fixtures (--overwrite). + # the user doesn't want to force a refill the + # fixtures (--force-refill). if ( os.path.exists(path) and not is_module_modified(