From b50e485019807e3e46de6732dfdff2c9d4a33299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 3 Dec 2019 22:02:55 +0100 Subject: [PATCH] :fire: unused fixture files --- test/fixtures/createPr.json | 9 --------- test/fixtures/repoId.json | 7 ------- 2 files changed, 16 deletions(-) delete mode 100644 test/fixtures/createPr.json delete mode 100644 test/fixtures/repoId.json diff --git a/test/fixtures/createPr.json b/test/fixtures/createPr.json deleted file mode 100644 index 47be76948..000000000 --- a/test/fixtures/createPr.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "data": { - "createPullRequest": { - "pullRequest": { - "url": "https://github.com/vilmibm/testing/pull/14" - } - } - } -} diff --git a/test/fixtures/repoId.json b/test/fixtures/repoId.json deleted file mode 100644 index 965b39f3d..000000000 --- a/test/fixtures/repoId.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "data": { - "repository": { - "id": "a repo id" - } - } -}