Skip to content

Commit

Permalink
docs: better comment wording for TestBatcher_FailoverToEthDA_Fallback…
Browse files Browse the repository at this point in the history
…ToAltDA
  • Loading branch information
samlaf committed Nov 26, 2024
1 parent c5f7617 commit 0d707e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion op-e2e/system/altda/failover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import (
)

// TestBatcher_FailoverToEthDA_FallbackToAltDA tests that the batcher will failover to ethDA
// if the da-server returns 503, and then fallback to altDA once altDA is available again
// if the da-server returns 503. It also tests that the batcher successfully returns to normal
// behavior of posting batches to altda once it becomes available again
// (i.e. the da-server doesn't return 503 anymore).
func TestBatcher_FailoverToEthDA_FallbackToAltDA(t *testing.T) {
op_e2e.InitParallel(t)
Expand Down

0 comments on commit 0d707e4

Please sign in to comment.