Skip to content

Commit

Permalink
fix: foundry import
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Jan 26, 2024
1 parent c5cc008 commit ea2c112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/QuillCTF/CollatzPuzzleExploit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity ^0.8.0;

import '../../src/QuillCTF/CollatzPuzzle.sol';
import 'foundry-huff/HuffDeployer.sol';
import '@foundry-huff/HuffDeployer.sol';
import '@forge-std/Test.sol';
import '@forge-std/console2.sol';

Expand Down

0 comments on commit ea2c112

Please sign in to comment.