From ea28219d0fd6b7d3b97c84947c2c80ecebe1383f Mon Sep 17 00:00:00 2001 From: Maksym Vorobiov Date: Tue, 18 Feb 2020 23:04:47 +0200 Subject: [PATCH] reenable actix-http test-ws --- actix-http/tests/test_ws.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/actix-http/tests/test_ws.rs b/actix-http/tests/test_ws.rs index 2f2a28e2f..7152fee48 100644 --- a/actix-http/tests/test_ws.rs +++ b/actix-http/tests/test_ws.rs @@ -81,9 +81,6 @@ async fn service(msg: ws::Frame) -> Result { Ok(msg) } -/* -Temporarily commented out due to dependency on actix-http-test - #[actix_rt::test] async fn test_simple() { let ws_service = WsService::new(); @@ -195,5 +192,3 @@ async fn test_simple() { assert!(ws_service.was_polled()); } - -*/ \ No newline at end of file