fix: Remove code that's never reachable

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeremy Tregunna 2025-04-28 01:22:17 -06:00
parent 60d401a615
commit 2b44cadd37

View File

@ -155,11 +155,6 @@ func TestWALBatcherWithTransactionBoundaries(t *testing.T) {
if err != nil {
t.Fatalf("Failed to add entry %d: %v", i, err)
}
// When we reach sequence 1 (the transaction boundary), the batch should be ready
if i == 1 && ready {
t.Logf("Batch correctly marked as ready at transaction boundary")
}
}
// Get the batch