Skip to content

Commit

Permalink
windows test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Aug 4, 2023
1 parent 105b9b6 commit 08307b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/tx5/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ async fn endpoint_sanity() {
assert!(metrics.matches("tx5.endpoint.conn.count").count() > 0);
assert!(metrics.matches("tx5.endpoint.conn.recv.By").count() > 0);
assert!(metrics.matches("tx5.endpoint.conn.send.By").count() > 0);

influxive.shutdown();
}

#[tokio::test(flavor = "multi_thread")]
Expand Down

0 comments on commit 08307b2

Please sign in to comment.