fix the broken test
This commit is contained in:
parent
8c9a69dfec
commit
c556b3eda5
2 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ validContext =
|
||||||
governorOutput :: TxOut
|
governorOutput :: TxOut
|
||||||
governorOutput =
|
governorOutput =
|
||||||
TxOut
|
TxOut
|
||||||
{ txOutAddress = effectValidatorAddress
|
{ txOutAddress = govValidatorAddress
|
||||||
, txOutValue = withMinAda gst
|
, txOutValue = withMinAda gst
|
||||||
, txOutDatumHash = Just $ toDatumHash governorOutputDatum
|
, txOutDatumHash = Just $ toDatumHash governorOutputDatum
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,7 @@ mutateGovernorValidator gov = makeEffect (authorityTokenSymbolFromGovernor gov)
|
||||||
|
|
||||||
let selfAddress =
|
let selfAddress =
|
||||||
pfield @"address"
|
pfield @"address"
|
||||||
#$ mustBePJust # "Self governorInput not found"
|
#$ mustBePJust # "Self input not found"
|
||||||
#$ findTxOutByTxOutRef # txOutRef # txInfo.inputs
|
#$ findTxOutByTxOutRef # txOutRef # txInfo.inputs
|
||||||
|
|
||||||
passert "No output to the effect validator" $
|
passert "No output to the effect validator" $
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue