Skip to content

Commit

Permalink
fix: test: remove log should be placed after rx.await
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradeveloper committed Oct 23, 2024
1 parent 3fcdbb1 commit 226f7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/env/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ impl Node {
.add_service(reflection_svc)
.add_service(ping_svc)
.serve_with_shutdown(socket, async {
info!("env: remove (id={id})");
rx.await.ok();
info!("env: remove (id={id})");
})
.await
.unwrap();
Expand Down

0 comments on commit 226f7f2

Please sign in to comment.