Skip to content

Commit

Permalink
tests: Fix expected result in integration test data
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed May 13, 2021
1 parent b220542 commit a2bb923
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -203,7 +203,7 @@ steveToken = ApiAssetMetadata
"SteveToken" "A sample description" (Just "STV")
(Just (ApiT (unsafeFromText "https://iohk.io/stevetoken")))
(Just (ApiT (W.AssetLogo "Almost a logo")))
(Just (ApiT (W.AssetDecimals 1)))
(Just (ApiT (W.AssetDecimals 6)))

---
--- Helpers
Expand Down

0 comments on commit a2bb923

Please sign in to comment.