mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 16:43:11 +02:00
Move 'nth' into 'select' (#4385)
This commit is contained in:
@ -108,7 +108,7 @@ fn fetches_more_than_one_column_path() {
|
||||
arepas = 1
|
||||
|
||||
[[fortune_tellers]]
|
||||
name = "Jonathan Turner"
|
||||
name = "JT"
|
||||
arepas = 1
|
||||
|
||||
[[fortune_tellers]]
|
||||
@ -126,7 +126,7 @@ fn fetches_more_than_one_column_path() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "Jonathan Turner");
|
||||
assert_eq!(actual.out, "JT");
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user