Skip to content

Commit a6f44e1

Browse files
authored
Fix test_forced_snapshot to test_suite usage (#7723)
1 parent ff2cde1 commit a6f44e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def test_forced_snapshot(network, args):
210210
LOG.info(
211211
f"Found a snapshot at {snapshot_seqno} which is after the pre-proposal-high-water-mark {hwm_pre_proposal}"
212212
)
213-
return
213+
return network
214214

215215
raise RuntimeError("Could not find matching snapshot file")
216216

0 commit comments

Comments
 (0)