Skip to content

Commit

Permalink
TOSQUASH introduce separator instead of aligning
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jan 14, 2021
1 parent ea4ab64 commit 651578b
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -168,8 +168,9 @@ prop_pure_removeTxs_contra TestSetupWithTxs {..} =
mpArgs
internalState'
ledgerState
txIdsRemaining = Set.toAscList (getTxIdsIS internalStRes)
txIdsInitial = Set.toAscList (getTxIdsIS internalState)

txIdsRemaining = Set.toAscList (getTxIdsIS internalStRes)
txIdsInitial = Set.toAscList (getTxIdsIS internalState)
in txIdsRemaining === txIdsInitial

-- | Test that @snapshotTxs == snapshotTxsAfter zeroIdx@.
Expand Down

0 comments on commit 651578b

Please sign in to comment.