diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-28 23:51:47 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-29 00:51:54 +0200 |
commit | 794d014fae9a78bd8664e6628a20902bd6dc767a (patch) | |
tree | 059fe4469787f792b6ddc4c29e6232c4263ece53 /tests/graphql_test.go | |
parent | 1bf268cebc84a9de1e538cbb54bcc0f434022192 (diff) | |
download | git-bug-794d014fae9a78bd8664e6628a20902bd6dc767a.tar.gz |
bug: define a hash-based identifier for an operation
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 |