diff options
Diffstat (limited to 'json_test.go')
-rw-r--r-- | json_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json_test.go b/json_test.go index 93ce097..515f697 100644 --- a/json_test.go +++ b/json_test.go @@ -15,7 +15,7 @@ func TestQuery(t *testing.T) { tests := []struct { name string args args - want *model.Node + want model.Node wantErr bool }{ { |