Skip to content

Commit 77ce980

Browse files
committed
add missing import
1 parent 59d878b commit 77ce980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spec/BotPlutusInterface/Collateral.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import Spec.MockContract (
3737
import BotPlutusInterface.Types (
3838
CollateralUtxo (CollateralUtxo),
3939
CollateralVar (CollateralVar),
40-
ContractEnvironment (ContractEnvironment),
40+
ContractEnvironment (ceCollateral, cePABConfig),
4141
PABConfig (pcCollateralSize),
4242
)
4343
import Control.Concurrent.STM (newTVarIO)

0 commit comments

Comments
 (0)