Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
manelmontilla committed Dec 22, 2023
1 parent 2787fb5 commit 1798bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wruster/src/http/client/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn client_write_run_post_body() {
}

#[test]
fn client_keep_alive_reuses_connection() {
fn client_keeps_connection_alive() {
let handler = handler_from_check_body(|content| String::from_utf8_lossy(&content) == "test");
let (server, addr) = run_server(handler, HttpMethod::POST, "/");

Expand Down

0 comments on commit 1798bc1

Please sign in to comment.