Skip to content

Commit 78e787d

Browse files
committed
test name
1 parent ef42c32 commit 78e787d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/chcol/json_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package chcol
22

33
import (
4-
"github.com/stretchr/testify/require"
54
"testing"
5+
6+
"github.com/stretchr/testify/require"
67
)
78

89
func TestNestedMap(t *testing.T) {
@@ -38,7 +39,7 @@ func TestNestedMap(t *testing.T) {
3839
},
3940
},
4041
{
41-
name: "nested object with only top level key present",
42+
name: "nested object with only top level path present",
4243
input: &JSON{
4344
valuesByPath: map[string]any{
4445
"x": NewVariant(42),

0 commit comments

Comments
 (0)