Skip to content

Commit

Permalink
Make explicit that the test does not purchase anything
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Apr 4, 2024
1 parent 4ad38e5 commit 6f8cdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/purchasing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6f8cdb0

Please sign in to comment.