Skip to content

Commit

Permalink
fix: use updated token uri in test (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger authored Sep 13, 2023
1 parent 9567acd commit 1aee5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romeo/asset-contract/tests/asset_test.clar
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(define-constant wallet-2 'ST2CY5V39NHDPWSXMW9QDT3HC3GD6Q6XX4CFRK9AG)
(define-constant test-mint-amount u10000000)
(define-constant expected-total-supply (* u3 test-mint-amount))
(define-constant expected-token-uri (some u"https://assets.stacks.co/sbtc.pdf"))
(define-constant expected-token-uri (some u"https://gateway.pinata.cloud/ipfs/Qma5P7LFGQAXt7gzkNZGxet5qJcVxgeXsenDXwu9y45hpr?_gl=1*1mxodt*_ga*OTU1OTQzMjE2LjE2OTQwMzk2MjM.*_ga_5RMPXG14TE*MTY5NDA4MzA3OC40LjEuMTY5NDA4MzQzOC42MC4wLjA"))
(define-constant expected-name "sBTC")
(define-constant expected-symbol "sBTC")
(define-constant expected-decimals u8)
Expand Down

0 comments on commit 1aee5b5

Please sign in to comment.