Skip to content

Commit 58c01b2

Browse files
committed
Fix CI
1 parent a96e183 commit 58c01b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/anonymize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn test_no_terms_and_identicality() {
1717
Command::new(&path)
1818
.arg("anonymize")
1919
.arg(&*TEST_ROOT_DIR)
20-
.arg("--o")
20+
.arg("-o")
2121
.arg(&out_dir)
2222
.output()
2323
.expect("Failed to execute command");

0 commit comments

Comments
 (0)