Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
judezhu committed Sep 18, 2024
1 parent f5ad196 commit 37658b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/go/test/subedition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func TestSubeditions(t *testing.T) {
expectedPublicPath := "/public/MomentCollection"
expectedCollectionName := "NBA-Top-Shot"
expectedCollectionDescription := "NBA Top Shot is your chance to own, sell, and trade official digital collectibles of the NBA and WNBA's greatest plays and players"
expectedCollectionSquareImage := "https://nbatopshot.com/static/img/og/og.png"
expectedCollectionSquareImage := "https://nbatopshot.com/static/favicon/favicon.svg"
expectedCollectionBannerImage := "https://nbatopshot.com/static/img/top-shot-logo-horizontal-white.svg"
expectedRoyaltyReceiversCount := 1
expectedTraitsCount := 6
Expand Down
2 changes: 1 addition & 1 deletion lib/go/test/topshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ func TestMintNFTs(t *testing.T) {
expectedPublicPath := "/public/MomentCollection"
expectedCollectionName := "NBA-Top-Shot"
expectedCollectionDescription := "NBA Top Shot is your chance to own, sell, and trade official digital collectibles of the NBA and WNBA's greatest plays and players"
expectedCollectionSquareImage := "https://nbatopshot.com/static/img/og/og.png"
expectedCollectionSquareImage := "https://nbatopshot.com/static/favicon/favicon.svg"
expectedCollectionBannerImage := "https://nbatopshot.com/static/img/top-shot-logo-horizontal-white.svg"
expectedRoyaltyReceiversCount := 1
expectedTraitsCount := 7
Expand Down

0 comments on commit 37658b9

Please sign in to comment.