mirror of
https://github.com/nushell/nushell.git
synced 2025-07-10 19:37:16 +02:00
remove ignore for sort_by command test by_column which is now passing (#4465)
This commit is contained in:
@ -1,7 +1,5 @@
|
|||||||
use nu_test_support::{nu, pipeline};
|
use nu_test_support::{nu, pipeline};
|
||||||
|
|
||||||
// FIXME: jt: needs more work
|
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn by_column() {
|
fn by_column() {
|
||||||
let actual = nu!(
|
let actual = nu!(
|
||||||
|
Reference in New Issue
Block a user