Skip to content

Commit

Permalink
remove ERC20ReturnTrueMock
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Feb 24, 2023
1 parent d338e4b commit 9f51df1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions contracts/mocks/token/ERC20ReturnTrueMock.sol

This file was deleted.

2 changes: 1 addition & 1 deletion test/token/ERC20/utils/SafeERC20.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { constants, expectEvent, expectRevert } = require('@openzeppelin/test-hel

const SafeERC20 = artifacts.require('$SafeERC20');
const ERC20ReturnFalseMock = artifacts.require('$ERC20ReturnFalseMock');
const ERC20ReturnTrueMock = artifacts.require('$ERC20ReturnTrueMock');
const ERC20ReturnTrueMock = artifacts.require('$ERC20'); // default implementation returns true
const ERC20NoReturnMock = artifacts.require('$ERC20NoReturnMock');
const ERC20PermitNoRevertMock = artifacts.require('$ERC20PermitNoRevertMock');
const ERC20ForceApproveMock = artifacts.require('$ERC20ForceApproveMock');
Expand Down

0 comments on commit 9f51df1

Please sign in to comment.