Skip to content

Commit

Permalink
adjust integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Jul 31, 2024
1 parent ef4d575 commit 0e03651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ spec = describe "NEW_SHELLEY_TRANSACTIONS" $ do
it "TRANS_NEW_CREATE_02d - \
\Correct metadata structure to be encrypted - short" $
\ctx -> runResourceT $ do
let toBeEncrypted = TxMetaText "world"
let toBeEncrypted = TxMetaList [TxMetaText "world"]
let metadataRaw =
TxMetadata $ Map.fromList
[ (0, TxMetaText "hello")
Expand Down

0 comments on commit 0e03651

Please sign in to comment.