mirror of
https://github.com/actix/actix-web.git
synced 2024-11-18 07:35:36 +00:00
reenable actix-http test-ws
This commit is contained in:
parent
77058ef779
commit
ea28219d0f
1 changed files with 0 additions and 5 deletions
|
@ -81,9 +81,6 @@ async fn service(msg: ws::Frame) -> Result<ws::Message, Error> {
|
|||
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());
|
||||
}
|
||||
|
||||
*/
|
Loading…
Reference in a new issue