We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bf417 commit 55a9275Copy full SHA for 55a9275
test/Algorithm2Test.t.sol
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: UNLICENSED
2
pragma solidity ^0.8.13;
3
4
-import { SetupHook } from "./SetupHook.sol";
+import { SetupHook } from "./SetupHook.t.sol";
5
import { IAlgorithm } from "@async-swap/interfaces/IAlgorithm.sol";
6
7
contract Algorithm2Test is SetupHook {
0 commit comments