remove ignore for sort_by command test by_column which is now passing (#4465)

This commit is contained in:
Michael Angerman 2022-02-13 20:46:12 -08:00 committed by GitHub
parent 8c0a2d3c15
commit 63a2c2bc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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