Skip to content

Commit 864b0b8

Browse files
committed
pytest shall always fail if something is wrong with filler.json
1 parent a778be6 commit 864b0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_test_specs/static_state/state_static.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_state_vectors(
6262
post=post,
6363
tx=tx,
6464
)
65-
pytest.skip(f"Expectation not found for d={d}, g={g}, v={v}, fork={fork}")
65+
pytest.fail(f"Expectation not found for d={d}, g={g}, v={v}, fork={fork}")
6666

6767
return test_state_vectors
6868

0 commit comments

Comments
 (0)