Skip to content

Commit f90bb69

Browse files
committed
fix: windows test
1 parent f2d9a5c commit f90bb69

File tree

1 file changed

+1
-1
lines changed
  • crates/nu-cli/tests/completions

1 file changed

+1
-1
lines changed

crates/nu-cli/tests/completions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ fn dotnu_completions() {
346346

347347
// Test special paths
348348
#[cfg(windows)]
349-
let completion_str = "use \\b".to_string();
349+
let completion_str = "use \\".to_string();
350350
#[cfg(not(windows))]
351351
let completion_str = "use /b".to_string();
352352
let suggestions = completer.complete(&completion_str, completion_str.len());

0 commit comments

Comments
 (0)