Skip to content

Commit

Permalink
Update op-monitorism/faultproof_withdrawals/monitor_live_mainnet_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
raffaele-oplabs and coderabbitai[bot] authored Oct 8, 2024
1 parent 0eb0e4f commit 204614e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ func TestSingleRuMainnet(t *testing.T) {
require.Equal(t, len(test_monitor.state.invalidProposalWithdrawalsEvents), 0)
}

// TestSingleRuMainnet tests a single execution of the monitor's Run method.
// It verifies that the state updates correctly after running.
// TestRun30Cycle1000BlocksMainnet tests multiple executions of the monitor's Run method over several cycles.
// It verifies that the state updates correctly after each cycle.
func TestRun30Cycle1000BlocksMainnet(t *testing.T) {
test_monitor := NewTestMonitorMainnet()

Expand Down

0 comments on commit 204614e

Please sign in to comment.