Skip to content

Commit b2b141e

Browse files
Update crates/integration/src/lib.rs
Co-authored-by: Rohit Narurkar <[email protected]>
1 parent f937448 commit b2b141e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/integration/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ fn test_project_root() {
380380
);
381381
assert!(
382382
crates.join("circuits").exists(),
383-
"Expected 'integration' directory in project root"
383+
"Expected 'circuits' directory in project root"
384384
);
385385
assert!(
386386
crates.join("integration").exists(),

0 commit comments

Comments
 (0)