mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 20:15:27 +00:00
Fix tests
This commit is contained in:
parent
dd9b6dd65f
commit
36db7d721d
@ -129,7 +129,6 @@ mod cli_errors {
|
|||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
cli::{clap_app, Command},
|
cli::{clap_app, Command},
|
||||||
error::crate::{Error, Result},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
@ -154,7 +153,6 @@ mod extension_extraction {
|
|||||||
use std::{convert::TryFrom, path::PathBuf, str::FromStr};
|
use std::{convert::TryFrom, path::PathBuf, str::FromStr};
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
error::crate::Result,
|
|
||||||
extension::{CompressionFormat, Extension},
|
extension::{CompressionFormat, Extension},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user