mirror of
https://github.com/nushell/nushell.git
synced 2025-04-01 03:36:53 +02:00
Fix leftover test
This commit is contained in:
parent
a240aead8c
commit
402a4acd7a
@ -571,7 +571,7 @@ fn hide_shadowed_decl() -> TestResult {
|
|||||||
#[test]
|
#[test]
|
||||||
fn hides_all_decls_within_scope() -> TestResult {
|
fn hides_all_decls_within_scope() -> TestResult {
|
||||||
fail_test(
|
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(),
|
not_found_msg(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user