Skip to content

Commit

Permalink
Fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Mar 1, 2018
1 parent 3ab47b6 commit f50e62c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/src/tests/services/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use std::sync::{Arc, RwLock, RwLockWriteGuard};

use comms::tcp_transport::Transport;
use prelude::*;
use server_state::ServerState;
use session::Session;

use std::sync::{Arc, RwLock, RwLockWriteGuard};
use tests::*;

struct ServiceTest {
Expand Down

0 comments on commit f50e62c

Please sign in to comment.