Skip to content

Commit 583bf98

Browse files
committed
Updated godoc
1 parent 7699fa2 commit 583bf98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

module/builder/collection/rate_limiter_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ func TestGetMaxCollectionSizeForSealingLag(t *testing.T) {
5151
}
5252
}
5353

54+
// TestTestGetMaxCollectionSizeForSealingLag_Errors tests error scenarios when retrieving finalized or sealed snapshots fails and the
55+
// error is propagated to the caller.
5456
func TestTestGetMaxCollectionSizeForSealingLag_Errors(t *testing.T) {
5557
t.Run("finalized-err", func(t *testing.T) {
5658
state := protocol.NewState(t)

0 commit comments

Comments
 (0)