Skip to content

Commit

Permalink
GH-2286 Add message to assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Mar 25, 2024
1 parent 32258f4 commit 1b7351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transition_to_if.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

assert cluster.biosNode.waitForLibToAdvance(), "Lib should advance after instant finality activated"
assert cluster.biosNode.waitForProducer("defproducera"), "Did not see defproducera"
assert cluster.biosNode.waitForHeadToAdvance(blocksToAdvance=13) # into next producer
assert cluster.biosNode.waitForHeadToAdvance(blocksToAdvance=13), "Head did not advance 13 blocks to next producer"
assert cluster.biosNode.waitForLibToAdvance(), "Lib stopped advancing on biosNode"
assert cluster.getNode(1).waitForLibToAdvance(), "Lib stopped advancing on Node 1"
assert cluster.getNode(4).waitForLibToAdvance(), "Lib stopped advancing on Node 4, irreversible node"
Expand Down

0 comments on commit 1b7351d

Please sign in to comment.