Skip to content

Commit fff6ad2

Browse files
authored
Update Bytes.t.sol
1 parent ebcb2e5 commit fff6ad2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/utils/Bytes.t.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
pragma solidity ^0.8.20;
44

5-
import {Test, stdError} from "forge-std/Test.sol";
6-
5+
import {Test} from "forge-std/Test.sol";
76
import {Bytes} from "@openzeppelin/contracts/utils/Bytes.sol";
87

98
contract BytesTest is Test {

0 commit comments

Comments
 (0)