Skip to content

Commit

Permalink
fixup! WalletSpec: Add prop_localTxSubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Apr 14, 2021
1 parent f0ecfe4 commit 59cd49d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/core/test/unit/Cardano/WalletSpec.hs
Expand Up @@ -785,7 +785,8 @@ prop_localTxSubmission tc = monadicIO $ do
submittedVar <- newMVar []
(msgs, res) <- captureLogging' $ \tr -> do
flip runReaderT st $ unTxRetryTestM $ do
WalletLayerFixture db wl [wid] slotNoTime <- setupFixture $ retryTestWallet tc
WalletLayerFixture db _wl [wid] _slotNoTime <-
setupFixture $ retryTestWallet tc
let ctx = TxRetryTestCtx db (mockNetwork submittedVar) tr wid

testAction ctx
Expand Down

0 comments on commit 59cd49d

Please sign in to comment.