diff options
Diffstat (limited to '')
-rw-r--r-- | tests/raw.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/raw.rs b/tests/raw.rs index 051c3e3..be32fdf 100644 --- a/tests/raw.rs +++ b/tests/raw.rs @@ -8,7 +8,7 @@ use select::{ mod fixtures; -use crate::fixtures::{server, Error, TestServer}; +use crate::fixtures::{Error, TestServer, server}; /// The footer displays the correct wget command to download the folder recursively // This test can't test all aspects of the wget footer, |