Skip to content

Commit 14cabe3

Browse files
committed
test: dapptools instead of hardhat paths
1 parent de0bebc commit 14cabe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/tests/project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4164,7 +4164,7 @@ fn can_preprocess_constructors_and_creation_code() {
41644164
canonicalize(Path::new(env!("CARGO_MANIFEST_DIR")).join("../../test-data/preprocessor"))
41654165
.unwrap();
41664166

4167-
let project = TempProject::hardhat().unwrap();
4167+
let project = TempProject::<MultiCompiler>::dapptools().unwrap();
41684168
project.copy_project_from(&root).unwrap();
41694169
let r = ProjectCompiler::new(project.project())
41704170
.unwrap()

0 commit comments

Comments
 (0)