fix tests

This commit is contained in:
Nikolay Kim 2021-02-25 21:17:23 +06:00
parent 2fb4ad8058
commit 94cc4b8ce1
3 changed files with 9 additions and 7 deletions

View file

@ -382,7 +382,7 @@ where
#[cfg(test)]
mod tests {
use super::*;
use bytes::Bytes;
use ntex::util::Bytes;
use ntex::web::{self, test, App};
#[ntex::test]