Skip to content

Commit

Permalink
Update ERC20.js
Browse files Browse the repository at this point in the history
Fixed typo in function's signature

Signed-off-by: Giuseppe Bertone <[email protected]>
  • Loading branch information
Neurone authored Jan 24, 2025
1 parent 88472c9 commit 7cbb72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/openzeppelin/ERC-20/ERC20.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('@OZERC20 Test Suite', function () {
).to.not.be.empty;
});

it('should be able to execute allowance(address,address,uint256)', async function () {
it('should be able to execute allowance(address,address)', async function () {
const res = await erc20.allowance(
signers[0].address,
await erc20.getAddress()
Expand Down

0 comments on commit 7cbb72b

Please sign in to comment.