Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Mar 23, 2024
1 parent 7354048 commit 1c10e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ntex/tests/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ fn test_configure_async() {
.bind("addr2", addr2)
.unwrap()
.listen("addr3", lst)
.set_tag("addr1", "srv-addr1")
.on_worker_start(move |rt| {
let num = num.clone();
async move {
Expand Down

0 comments on commit 1c10e39

Please sign in to comment.