mirror of
https://github.com/ntex-rs/ntex-extras.git
synced 2025-04-03 21:07:40 +03:00
fix tests
This commit is contained in:
parent
2fb4ad8058
commit
94cc4b8ce1
3 changed files with 9 additions and 7 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue