diff options
Diffstat (limited to 'tests/graphql_test.go')
-rw-r--r-- | tests/graphql_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/graphql_test.go b/tests/graphql_test.go index c6dcd9e0..77008628 100644 --- a/tests/graphql_test.go +++ b/tests/graphql_test.go @@ -111,7 +111,7 @@ func TestQueries(t *testing.T) { Nodes []struct { Author Person CreatedAt string `json:"createdAt"` - HumandId string `json:"humanId"` + HumanId string `json:"humanId"` Id string LastEdit string `json:"lastEdit"` Status string |