Skip to content

Commit 04a3a23

Browse files
committed
update scenario count
1 parent c6caee3 commit 04a3a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scenarios_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use rpc instead of warcli so we get raw JSON object
1616
scenarios = base.rpc("scenarios_available")
17-
assert len(scenarios) == 4
17+
assert len(scenarios) == 5
1818

1919
# Start scenario
2020
base.warcli("scenarios run miner_std --allnodes --interval=1")

0 commit comments

Comments
 (0)