Skip to content

Commit

Permalink
test name
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Jan 25, 2025
1 parent ef42c32 commit 78e787d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/chcol/json_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package chcol

import (
"github.com/stretchr/testify/require"
"testing"

"github.com/stretchr/testify/require"
)

func TestNestedMap(t *testing.T) {
Expand Down Expand Up @@ -38,7 +39,7 @@ func TestNestedMap(t *testing.T) {
},
},
{
name: "nested object with only top level key present",
name: "nested object with only top level path present",
input: &JSON{
valuesByPath: map[string]any{
"x": NewVariant(42),
Expand Down

0 comments on commit 78e787d

Please sign in to comment.