Skip to content

Commit

Permalink
test: update tests with new -completions.nu file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Oct 28, 2023
1 parent 6d776b3 commit 27e7c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fn run_test(shell: &str, outputs: &[&str], args: &[&str]) {
let file_name = match shell {
"zsh" => format!("_{file_name}.zsh"),
"bash" => format!("_{file_name}.bash"),
"nu" => format!("{file_name}.nu"),
"nu" => format!("{file_name}-completions.nu"),
"json" => format!("{file_name}.json"),
_ => todo!(),
};
Expand Down

0 comments on commit 27e7c64

Please sign in to comment.