From 794d014fae9a78bd8664e6628a20902bd6dc767a Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Fri, 28 Sep 2018 23:51:47 +0200 Subject: bug: define a hash-based identifier for an operation --- tests/graphql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit