Skip to content

Commit

Permalink
Fix bold state provider test exiting loop early
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Nov 24, 2024
1 parent 0aa0cf8 commit 2821084
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions system_tests/bold_state_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,6 @@ func TestChallengeProtocolBOLD_StateProvider(t *testing.T) {
if lastInfo.GlobalState.Batch >= totalBatches {
break
}
batchMsgCount, err := l2node.InboxTracker.GetBatchMessageCount(lastInfo.GlobalState.Batch)
if err != nil {
continue
}
if batchMsgCount >= totalMessageCount {
break
}
}

t.Run("StatesInBatchRange", func(t *testing.T) {
Expand Down

0 comments on commit 2821084

Please sign in to comment.