mirror of
https://github.com/nushell/nushell.git
synced 2024-11-16 05:23:44 +01:00
Fix leftover test
This commit is contained in:
parent
a240aead8c
commit
402a4acd7a
@ -571,7 +571,7 @@ fn hide_shadowed_decl() -> TestResult {
|
||||
#[test]
|
||||
fn hides_all_decls_within_scope() -> TestResult {
|
||||
fail_test(
|
||||
r#"module spam { export def foo [] { "bar" } }; def foo [] { "foo" }; use spam.foo; hide foo; foo"#,
|
||||
r#"module spam { export def foo [] { "bar" } }; def foo [] { "foo" }; use spam::foo; hide foo; foo"#,
|
||||
not_found_msg(),
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user