mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 09:34:30 +01:00
remove warnings in nu_command tests (#10145)
several warnings were appearing in nu_command tests when running just the tests in nu_command so I went ahead and removed the warnings...
This commit is contained in:
parent
c59d9dc306
commit
7d3312e96e
@ -7,7 +7,7 @@ mod parse;
|
||||
mod split;
|
||||
mod type_;
|
||||
|
||||
use nu_test_support::{nu, pipeline};
|
||||
use nu_test_support::nu;
|
||||
use std::path::MAIN_SEPARATOR;
|
||||
|
||||
/// Helper function that joins string literals with '/' or '\', based on host OS
|
||||
|
@ -1,4 +1,5 @@
|
||||
use nu_test_support::nu;
|
||||
#[allow(unused_imports)]
|
||||
use nu_test_support::pipeline;
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user