Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Apr 26, 2022
1 parent 1419a67 commit 739be7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ async fn test_defaults_no_metrics() {

// Confirm that we did not track metrics.
assert!(goose_metrics.requests.is_empty());
assert!(goose_metrics.tasks.is_empty());
assert!(goose_metrics.transactions.is_empty());
assert!(goose_metrics.total_users == USERS);
assert!(goose_metrics.duration == RUN_TIME);
}

0 comments on commit 739be7f

Please sign in to comment.