Skip to content

Commit c772e94

Browse files
author
gege251
committed
Remove wallet from test
1 parent bff51b4 commit c772e94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Spec/MockContract.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ import Plutus.Contract.Effects (ChainIndexQuery (..), ChainIndexResponse (..))
106106
import Plutus.PAB.Core.ContractInstance.STM (Activity (Active))
107107
import PlutusTx.Builtins (fromBuiltin)
108108
import System.IO.Unsafe (unsafePerformIO)
109-
import Wallet.Emulator (knownWallet)
110109
import Wallet.Types (ContractInstanceId (ContractInstanceId))
111110
import Prelude
112111

@@ -197,7 +196,6 @@ instance Monoid w => Default (ContractEnvironment w) where
197196
{ cePABConfig = def {pcNetwork = Mainnet, pcOwnPubKeyHash = pkh1}
198197
, ceContractInstanceId = ContractInstanceId UUID.nil
199198
, ceContractState = unsafePerformIO $ newTVarIO def
200-
, ceWallet = knownWallet 1
201199
}
202200

203201
instance Monoid w => Default (ContractState w) where

0 commit comments

Comments
 (0)