File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ pragma solidity ^0.8.19;
44
55// solhint-disable func-name-mixedcase
66
7+ import {ERC721 } from "../../../../contracts/token/ERC721/ERC721.sol " ;
78import {ERC721Consecutive } from "../../../../contracts/token/ERC721/extensions/ERC721Consecutive.sol " ;
8- import {Test} from "forge-std/Test.sol " ;
9+ import {Test, StdUtils } from "forge-std/Test.sol " ;
910
1011function toSingleton (address account ) pure returns (address [] memory ) {
1112 address [] memory accounts = new address [](1 );
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pragma solidity ^0.8.19;
44
55import {Test} from "forge-std/Test.sol " ;
66
7- import {ShortStrings} from "../../contracts/utils/ShortStrings.sol " ;
7+ import {ShortStrings, ShortString } from "../../contracts/utils/ShortStrings.sol " ;
88
99contract ShortStringsTest is Test {
1010 string _fallback;
You can’t perform that action at this time.
0 commit comments