Skip to content

Commit

Permalink
Make EndToEnd test happy
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Jun 10, 2021
1 parent 71013f9 commit f645aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cluster/test/Test/EndToEndSpec.hs
Expand Up @@ -47,7 +47,7 @@ spec = describe "End-to-end test using a mocked chain though" $ do
sendRequest n1 "NewTx (ValidTx 42)"
waitForResponse 10 [n1, n2, n3] "TxConfirmed (ValidTx 42)"
sendRequest n1 "Close"
waitForResponse 3 [n1] "HeadIsClosed 3s (Snapshot {snapshotNumber = 0, utxos = [], confirmed = []}) [ValidTx 42]"
waitForResponse 3 [n1] "HeadIsClosed 3s (Snapshot {number = 0, utxo = [], confirmed = []}) [ValidTx 42]"
waitForResponse (contestationPeriod + 3) [n1] "HeadIsFinalized [ValidTx 42]"

-- NOTE(SN): This is likely too detailed and should move to a lower-level
Expand Down

0 comments on commit f645aaf

Please sign in to comment.