mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
move scope variable into nu variable (#4725)
This commit is contained in:
@ -78,7 +78,7 @@ fn help_works_with_missing_requirements() -> TestResult {
|
||||
#[test]
|
||||
fn scope_variable() -> TestResult {
|
||||
run_test(
|
||||
r#"let x = 3; $scope.vars | where name == "$x" | get type.0"#,
|
||||
r#"let x = 3; $nu.scope.vars | where name == "$x" | get type.0"#,
|
||||
"int",
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user