1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 12:15:08 +02:00

update tests

This commit is contained in:
Nikolay Kim
2018-12-06 15:03:01 -08:00
parent e9121025b7
commit 9f4d48f7a1
7 changed files with 17 additions and 15 deletions

View File

@ -194,8 +194,8 @@ pub fn handshake_response(req: &Request) -> ResponseBuilder {
#[cfg(test)]
mod tests {
use super::*;
use crate::test::TestRequest;
use http::{header, Method};
use test::TestRequest;
#[test]
fn test_handshake() {