Skip to content

Commit

Permalink
Rename test name
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreixes committed May 2, 2024
1 parent 750bc7d commit a88d9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bb8/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ async fn test_broken_connections_dont_starve_pool() {
}

#[tokio::test]
async fn test_state_get_contention() {
async fn test_statistics_get_contention() {
let pool = Pool::builder()
.max_size(1)
.min_idle(1)
Expand Down

0 comments on commit a88d9a3

Please sign in to comment.