Skip to content

Commit cb3e399

Browse files
committed
fix failing test
1 parent b97d868 commit cb3e399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/db_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn test_locate_match_basename() {
6161
fn test_locate_existing() {
6262
Command::cargo_bin("locate")
6363
.expect("couldn't find locate binary")
64-
.args(["abbbc", "--existing", "--database={DB}"])
64+
.args(["abbbc", "--existing", format!("--database={DB}").as_str()])
6565
.assert()
6666
.success();
6767
}

0 commit comments

Comments
 (0)