Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Feb 5, 2021
1 parent 53da911 commit 311b3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GSN/ERC721GSNRecipientMock.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract('ERC721GSNRecipient (integration)', function (accounts) {
});

beforeEach(async function () {
this.token = await ERC721GSNRecipientMock.new(name, symbol, signer);
this.token = await ERC721GSNRecipientMock.new(signer);
});

async function testMintToken (token, from, tokenId, options = {}) {
Expand Down

0 comments on commit 311b3bc

Please sign in to comment.