We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef42c32 commit 78e787dCopy full SHA for 78e787d
lib/chcol/json_test.go
@@ -1,8 +1,9 @@
1
package chcol
2
3
import (
4
- "github.com/stretchr/testify/require"
5
"testing"
+
6
+ "github.com/stretchr/testify/require"
7
)
8
9
func TestNestedMap(t *testing.T) {
@@ -38,7 +39,7 @@ func TestNestedMap(t *testing.T) {
38
39
},
40
41
{
- name: "nested object with only top level key present",
42
+ name: "nested object with only top level path present",
43
input: &JSON{
44
valuesByPath: map[string]any{
45
"x": NewVariant(42),
0 commit comments