mirror of
https://github.com/nushell/nushell
synced 2025-01-14 06:04:09 +00:00
remove ignore for sort_by command test by_column which is now passing (#4465)
This commit is contained in:
parent
8c0a2d3c15
commit
63a2c2bc2d
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
use nu_test_support::{nu, pipeline};
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn by_column() {
|
||||
let actual = nu!(
|
||||
|
|
Loading…
Reference in a new issue