From 974c12624dd328501d35bf47e71b6148d4405201 Mon Sep 17 00:00:00 2001 From: lilyjjo Date: Tue, 24 Sep 2024 15:05:36 -0400 Subject: [PATCH] lint fix --- crates/astria-sequencer/src/service/mempool/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/astria-sequencer/src/service/mempool/tests.rs b/crates/astria-sequencer/src/service/mempool/tests.rs index 3359e77f35..d9c22ad1f8 100644 --- a/crates/astria-sequencer/src/service/mempool/tests.rs +++ b/crates/astria-sequencer/src/service/mempool/tests.rs @@ -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();