Skip to content

Commit

Permalink
change var to make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 8, 2023
1 parent 687d18e commit ba6a2ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/premint-sdk/src/preminter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const defaultContractConfig = ({
contractAdmin: Address;
}): ContractCreationConfig => ({
contractAdmin,
contractURI: "ipfs://asdfasdfasdf",
contractURI: "ipfs://asdfasdfasdfgh",
contractName: "My fun NFT",
});

Expand Down Expand Up @@ -298,6 +298,7 @@ describe("ZoraCreator1155Preminter", () => {
args: [contractAddress, premintConfig.uid],
});

expect(contractCreated).toBe(true);
expect(tokenId).not.toBe(0n);

// now use what was created, to get the balance from the created contract
Expand Down

0 comments on commit ba6a2ae

Please sign in to comment.