mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +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};
|
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!(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue