From 59cd49de176be5226a27de276550bfa41259eaa5 Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Wed, 14 Apr 2021 20:25:34 +1000 Subject: [PATCH] fixup! WalletSpec: Add prop_localTxSubmission --- lib/core/test/unit/Cardano/WalletSpec.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/core/test/unit/Cardano/WalletSpec.hs b/lib/core/test/unit/Cardano/WalletSpec.hs index ce0cc21d91e..d17b3c9876e 100644 --- a/lib/core/test/unit/Cardano/WalletSpec.hs +++ b/lib/core/test/unit/Cardano/WalletSpec.hs @@ -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