Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Aug 15, 2024
1 parent 48076a4 commit cd8f39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/citrea/tests/e2e/sequencer_behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ async fn transaction_failing_on_l1_is_removed_from_mempool() -> Result<(), anyho

assert_eq!(block.transactions.len(), 0);
assert!(tx_from_mempool.is_none());
assert_eq!(soft_confirmation.txs.unwrap().len(), 1); // TODO: if we can also remove the tx from soft confirmation, that'd be very efficient
assert_eq!(soft_confirmation.txs.unwrap().len(), 0);

wait_for_l2_block(&full_node_test_client, block.header.number.unwrap(), None).await;

Expand Down

0 comments on commit cd8f39d

Please sign in to comment.