Skip to content

Commit

Permalink
Backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Jan 17, 2017
1 parent 1d663ec commit 57ed71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graphql-fetch.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ test('thrown an error if the graphqlUrl isnt given', function (t) {
})

test('custom ids', function (t) {
const id = graphqlFactory.id()
var id = graphqlFactory.id()
return testRequest(t, {
url: graphqlUrl,
privateKey: 'foo',
Expand Down

0 comments on commit 57ed71e

Please sign in to comment.