Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed May 29, 2024
1 parent 06b5a92 commit 32cad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntex-io/src/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ mod tests {

#[ntex::test]
async fn test_basic() {
env_logger::try_init();
let _ = env_logger::try_init();
let (client, server) = IoTest::create();
client.remote_buffer_cap(1024);
client.write("GET /test HTTP/1\r\n\r\n");
Expand Down

0 comments on commit 32cad66

Please sign in to comment.