1
0
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 ()

This commit is contained in:
Michael Angerman
2022-02-13 20:46:12 -08:00
committed by GitHub
parent 8c0a2d3c15
commit 63a2c2bc2d

@ -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!(