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