mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 13:06:08 +02:00
Fix warnings and split Scope (#1902)
This commit is contained in:
@ -24,6 +24,6 @@ fn to_row() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert!(actual.out.contains("5"));
|
||||
assert!(actual.out.contains('5'));
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user