Skip to content

Commit

Permalink
test(Titles): update expected address in mint test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Aug 15, 2024
1 parent 931c9c0 commit b3e0ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/titles/src/Titles.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('simulateMint function', () => {
)

const request = result.request
expect(request.address).toBe('0x432f4Ccc39AB8DD8015F590a56244bECb8D16933')
expect(request.address).toBe('0xc1eee0e85cf2356357ccad2cd1a60a5935538e4d')
expect(request.functionName).toBe('mint')
expect(request.value).toBe(value)
})
Expand Down

0 comments on commit b3e0ca4

Please sign in to comment.