Skip to content

Commit db55a77

Browse files
authored
test(gentest): add --skip-evm-dump option to fill` (#1150)
This avoids running into #1149.
1 parent 9ef9f75 commit db55a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/gentest/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ def get_mock_context(self: StateTestProvider) -> dict:
9797
assert gentest_result.exit_code == 0
9898

9999
## Fill ##
100-
fill_result = runner.invoke(fill, ["-c", "pytest.ini", output_file])
100+
fill_result = runner.invoke(fill, ["-c", "pytest.ini", "--skip-evm-dump", output_file])
101101
assert fill_result.exit_code == 0

0 commit comments

Comments
 (0)