Skip to content

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGen authored Nov 12, 2023
1 parent 71d7ade commit 7cef0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cooked/ReferenceScriptsSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ tests =
txSkelSigners = [wallet 1]
},
testCase "fail from transaction generation for mismatching reference scripts" $
let expectedError = GenerateTxErrorGeneral "txSkelInToTxIn: Wrong reference script hash. Are you using the correct TxOutRef on your TxSkelRedeemerForReferencedScript?"
let expectedError = GenerateTxErrorGeneral "txSkelInToTxIn: Wrong reference script hash. Are you using the correct TxOutRef on your TxSkelRedeemerForReferencedScript?"
in testFailsFrom
def
( \case
Expand Down

0 comments on commit 7cef0d2

Please sign in to comment.