Skip to content

Commit 368e2cb

Browse files
committed
fixture name: _ changed to /
1 parent c755f04 commit 368e2cb

File tree

1 file changed

+2
-2
lines changed
  • src/ethereum_test_tools/filling

1 file changed

+2
-2
lines changed

src/ethereum_test_tools/filling/fill.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def fill_test(
7373
for fixture in fixtures:
7474
name = str(fixture.index).zfill(3)
7575
if fixture.name:
76-
name += "_" + fixture.name.replace(" ", "_")
77-
name += "_" + fixture.fork.lower()
76+
name += "/" + fixture.name.replace(" ", "/")
77+
name += "/" + fixture.fork.lower()
7878
out[name] = fixture
7979

8080
return out

0 commit comments

Comments
 (0)