Browse Source

Fix use declarations in tests.

wip
Titouan Rigoudy 7 years ago
parent
commit
585e9a5873
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/proto/peer/message.rs
  2. +1
    -1
      src/proto/server/request.rs
  3. +1
    -1
      src/proto/server/response.rs

+ 1
- 1
src/proto/peer/message.rs View File

@ -159,7 +159,7 @@ mod tests {
use bytes::BytesMut;
use proto::codec::tests::{expect_io_error, roundtrip};
use proto::base_codec::tests::{expect_io_error, roundtrip};
use proto::{Decode, ProtoEncoder};
use super::*;


+ 1
- 1
src/proto/server/request.rs View File

@ -587,7 +587,7 @@ mod tests {
use bytes::BytesMut;
use proto::codec::tests::{expect_io_error, roundtrip};
use proto::base_codec::tests::{expect_io_error, roundtrip};
use proto::{Decode, ProtoEncoder};
use super::*;


+ 1
- 1
src/proto/server/response.rs View File

@ -1344,7 +1344,7 @@ mod tests {
use bytes::BytesMut;
use proto::codec::tests::{expect_io_error, roundtrip};
use proto::base_codec::tests::{expect_io_error, roundtrip};
use proto::{Decode, ProtoEncoder};
use super::*;


Loading…
Cancel
Save