Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilyjjo committed Sep 24, 2024
1 parent 0de80ec commit 974c126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-sequencer/src/service/mempool/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async fn rechecks_pass() {
async fn can_reinsert_after_recheck_fail() {
// The mempool should be able to re-insert a transaction after a recheck fails due to the
// transaction being removed from the appside mempool. This is to allow users to re-insert
// if they wish to do so.
// if they wish to do so.
let storage = cnidarium::TempStorage::new().await.unwrap();
let snapshot = storage.latest_snapshot();

Expand Down

0 comments on commit 974c126

Please sign in to comment.