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 ed672e5 commit 1e34955Copy full SHA for 1e34955
subtree_test.go
@@ -11,8 +11,10 @@ import (
11
"github.com/stretchr/testify/require"
12
)
13
14
-const expectedSizeFourMessage = "expected size to be 4, got %d"
15
-const expectedSizeEightMessage = "expected size to be 8, got %d"
+const (
+ expectedSizeFourMessage = "expected size to be 4, got %d"
16
+ expectedSizeEightMessage = "expected size to be 8, got %d"
17
+)
18
19
func TestNewTree(t *testing.T) {
20
t.Run("invalid size", func(t *testing.T) {
0 commit comments