From 57ed71e628e841f93bbc1dde544eb57ee54d2fe1 Mon Sep 17 00:00:00 2001 From: Martin Heidegger Date: Tue, 17 Jan 2017 17:58:38 +0900 Subject: [PATCH] Backwards compatibility --- test/graphql-fetch.unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/graphql-fetch.unit.js b/test/graphql-fetch.unit.js index 25786d0..47b4ef4 100644 --- a/test/graphql-fetch.unit.js +++ b/test/graphql-fetch.unit.js @@ -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',