Skip to content

Commit 6e2db8a

Browse files
committed
fix ci
1 parent 29dee41 commit 6e2db8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/node/tests/l1_sync.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//! These tests use Anvil as a simulated L1 network, allowing precise control over:
2727
//! - Transaction injection (batch events)
2828
//! - Block production (mining)
29-
//! - Chain reorganizations (anvil_reorg RPC)
29+
//! - Chain reorganizations (`anvil_reorg` RPC)
3030
//!
3131
//! Related to: <https://github.com/scroll-tech/rollup-node/issues/420>
3232
@@ -83,7 +83,7 @@ fn read_test_transaction(tx_type: &str, index: &str) -> eyre::Result<Bytes> {
8383
/// `L1Synced`.
8484
///
8585
/// # Test Flow
86-
/// 1. Start a follower node in syncing state (skip automatic L1Synced notifications)
86+
/// 1. Start a follower node in syncing state (skip automatic `L1Synced` notifications)
8787
/// 2. Send multiple `BatchCommit` transactions to L1 (Anvil)
8888
/// 3. Verify safe head remains at genesis (events are buffered, not processed)
8989
/// 4. Trigger L1 sync completion by sending `L1Synced` notification

0 commit comments

Comments
 (0)