Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jun 20, 2023
1 parent e1f76e7 commit 1616ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntex-service/src/ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ mod tests {

let data2 = data.clone();
ntex::rt::spawn(async move {
let i = srv2.svc_call("srv2").await.unwrap();
let i = srv2.call("srv2").await.unwrap();
data2.borrow_mut().push(i);
});
time::sleep(time::Millis(50)).await;
Expand Down

0 comments on commit 1616ebb

Please sign in to comment.