Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 5cb5a86

Browse files
committed
[CBR-151] Enable rollbacks when testing kernel
1 parent 9933239 commit 5cb5a86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

wallet-new/test/unit/Test/Spec/Kernel.hs

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ spec :: Spec
3333
spec =
3434
it "Compare wallet kernel to pure model" $
3535
forAll (genInductiveUsingModel model) $ \ind -> do
36-
-- TODO: remove once we have support for rollback in the kernel
37-
let indDontRoll = uptoFirstRollback ind
3836
bracketActiveWallet $ \activeWallet -> do
39-
checkEquivalent activeWallet indDontRoll
37+
checkEquivalent activeWallet ind
4038
where
4139
transCtxt = runTranslateNoErrors ask
4240
boot = bootstrapTransaction transCtxt

0 commit comments

Comments
 (0)