Skip to content

Commit

Permalink
fix mint test that is always breaking (ourzora#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Jan 11, 2024
1 parent 1988bfc commit 75ac5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-sdk/src/mint/mint-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe("mint-helper", () => {

const hash = await walletClient.writeContract(simulated.request);

const receipt = await publicClient.getTransactionReceipt({ hash });
const receipt = await publicClient.waitForTransactionReceipt({ hash });
expect(receipt).not.to.be.null;

const newBalance = await publicClient.readContract({
Expand Down

0 comments on commit 75ac5c4

Please sign in to comment.