Skip to content

Commit 55a9275

Browse files
committed
fix: update path import
1 parent 08bf417 commit 55a9275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Algorithm2Test.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.13;
33

4-
import { SetupHook } from "./SetupHook.sol";
4+
import { SetupHook } from "./SetupHook.t.sol";
55
import { IAlgorithm } from "@async-swap/interfaces/IAlgorithm.sol";
66

77
contract Algorithm2Test is SetupHook {

0 commit comments

Comments
 (0)