Skip to content

Commit

Permalink
Include file forgotten in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Apr 1, 2022
1 parent 056c7cd commit 6ae9b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/erc721/TestableERC721CommonEnumerable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity >=0.8.0 <0.9.0;

import "../../contracts/erc721/ERC721CommonEnumerable.sol";
import "../../contracts/erc721/ERC721AutoIncrement.sol";
import "../../contracts/erc721/ERC721CommonAutoIncrement.sol";
import "../../contracts/erc721/BaseTokenURI.sol";

/// @notice Exposes a functions modified with the modifiers under test.
Expand Down

0 comments on commit 6ae9b9a

Please sign in to comment.