Skip to content

Commit e3cd41f

Browse files
committed
Linted
1 parent 583bf98 commit e3cd41f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

module/builder/collection/rate_limiter_test.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
package collection
22

33
import (
4+
"testing"
5+
6+
"github.com/stretchr/testify/assert"
7+
"github.com/stretchr/testify/require"
8+
49
statepkg "github.com/onflow/flow-go/state"
510
protocol "github.com/onflow/flow-go/state/protocol/mock"
611
"github.com/onflow/flow-go/utils/unittest"
7-
"github.com/stretchr/testify/assert"
8-
"github.com/stretchr/testify/require"
9-
"testing"
1012
)
1113

1214
// TestGetMaxCollectionSizeForSealingLag tests different sealing lag values and their corresponding to the expected value.

0 commit comments

Comments
 (0)