We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7699fa2 commit 583bf98Copy full SHA for 583bf98
module/builder/collection/rate_limiter_test.go
@@ -51,6 +51,8 @@ func TestGetMaxCollectionSizeForSealingLag(t *testing.T) {
51
}
52
53
54
+// TestTestGetMaxCollectionSizeForSealingLag_Errors tests error scenarios when retrieving finalized or sealed snapshots fails and the
55
+// error is propagated to the caller.
56
func TestTestGetMaxCollectionSizeForSealingLag_Errors(t *testing.T) {
57
t.Run("finalized-err", func(t *testing.T) {
58
state := protocol.NewState(t)
0 commit comments