Skip to content

Commit 1a4787f

Browse files
committed
fix: test
1 parent 0b42be0 commit 1a4787f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/repl/test_parser.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,8 +1046,5 @@ fn quote_escape_but_not_env_shorthand() -> TestResult {
10461046
// https://github.com/nushell/nushell/issues/16586
10471047
#[test]
10481048
fn redefine_def_should_not_panic() -> TestResult {
1049-
fail_test(
1050-
r#"def def (=a|s)>"#,
1051-
"Missing required positional argument.",
1052-
)
1049+
fail_test(r#"def def (=a|s)>"#, "Unclosed delimiter")
10531050
}

0 commit comments

Comments
 (0)