mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 00:44:57 +02:00
more test fixes (#4499)
* more test fixes * update multi-os err messages
This commit is contained in:
@ -71,8 +71,6 @@ fn errors_if_given_unknown_column_name() {
|
||||
})
|
||||
}
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn errors_if_block_given_evaluates_more_than_one_row() {
|
||||
Playground::setup("group_by_test_3", |dirs, sandbox| {
|
||||
@ -94,7 +92,8 @@ fn errors_if_block_given_evaluates_more_than_one_row() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert!(actual.err.contains("Unknown column"));
|
||||
assert!(actual.err.contains("value originates here"),);
|
||||
assert!(actual.err.contains("cannot find column"),);
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user