Skip to content

Commit

Permalink
update readme code example
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Sep 26, 2024
1 parent f7d4b61 commit 51dcc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ You'll probably also want to use an async runtime such as `tokio`, which we use
```rust
use contender_core::{
db::{database::DbOps, sqlite::SqliteDb},
generator::{testfile::NilCallback, RandSeed, TestConfig},
spammer::BlockwiseSpammer,
generator::{RandSeed, TestConfig},
spammer::{BlockwiseSpammer, NilCallback},
test_scenario::TestScenario,
};

Expand Down

0 comments on commit 51dcc5b

Please sign in to comment.