Skip to content

Commit

Permalink
Update golden test for increased asset ticker length
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Jan 19, 2022
1 parent 43f80a1 commit 2921833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/test/unit/Cardano/Wallet/TokenMetadataSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec = do
rs `shouldNotBe` []
map metadataFromProperties rs `shouldBe`
map Just
[ AssetMetadata "Token7" "description7" Nothing Nothing Nothing Nothing
[ AssetMetadata "Token7" "description7" (Just "Token7") Nothing Nothing Nothing
, AssetMetadata "Token11" "description11" Nothing Nothing Nothing Nothing
, AssetMetadata "Token12" "description12" Nothing Nothing Nothing Nothing
, AssetMetadata "Token13" "description13" Nothing Nothing Nothing Nothing
Expand Down

0 comments on commit 2921833

Please sign in to comment.