Skip to content

Commit

Permalink
test(manifold): use updated schema for mintPrice in 721 mint test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed May 28, 2024
1 parent 2d5229e commit 4b9fe30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/manifold/src/Manifold.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@ describe('Given the getFee function', () => {
data: {
publicData: {
merkleTreeId: undefined,
mintPrice: {
value: '0',
},
},
mintPrice: 0,
},
})

Expand Down

0 comments on commit 4b9fe30

Please sign in to comment.