mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 23:49:44 +01:00
Remove erroneous test (#7179)
This commit is contained in:
parent
833825ae9a
commit
7bcd96fc65
@ -91,13 +91,3 @@ fn each_while_uses_optional_index_argument() {
|
||||
|
||||
assert_eq!(actual.out, "[0, 1, 2, 3]");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn par_each_uses_optional_index_argument() {
|
||||
let actual = nu!(
|
||||
cwd: ".", pipeline(
|
||||
r#"[7 8 9 10] | par-each {|el ind| $ind } | to nuon"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "[0, 1, 2, 3]");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user