Skip to content

Commit

Permalink
grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Sep 26, 2024
1 parent e315895 commit ff5d09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/demo_native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ async fn test_smoke() -> Result<()> {
}

// Transactions don't necessarily increment every second. But
// we should definitely see a new after 3 or 4 seconds.
// we should definitely see a new one after 3 or 4 seconds.
if i % 5 == 0 && new.txn_count <= initial.txn_count {
panic!("Transactions not incrementing");
}
Expand Down

0 comments on commit ff5d09d

Please sign in to comment.