diff --git a/tests/purchasing.rs b/tests/purchasing.rs index 1bb733e..f2b4312 100644 --- a/tests/purchasing.rs +++ b/tests/purchasing.rs @@ -226,7 +226,7 @@ async fn dry_run_purchase_cheap_server() { #[tokio::test] #[traced_test] -async fn purchase_cheapest_server() { +async fn dry_run_purchase_auction_server() { let _ = dotenvy::dotenv().ok(); let robot = AsyncRobot::default();