Skip to content

Commit d7e1bff

Browse files
committed
chore: fix remappings
1 parent 04eb2db commit d7e1bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/OperatorLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pragma solidity ^0.8.0;
33

44
import {Vm} from "forge-std/Vm.sol";
5-
import {BN254} from "../../../src/libraries/BN254.sol";
5+
import {BN254} from "src/libraries/BN254.sol";
66
import {BN256G2} from "./BN256G2.sol";
77
import {Strings} from "@openzeppelin/contracts/utils/Strings.sol";
88

0 commit comments

Comments
 (0)