From b125c08c37ef860868bfde4b769bf6bc2af045d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 3 Dec 2019 22:01:50 +0100 Subject: [PATCH] :fire: obsolete fixture file --- test/fixtures/issueView.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 test/fixtures/issueView.json diff --git a/test/fixtures/issueView.json b/test/fixtures/issueView.json deleted file mode 100644 index c9b0cb1b6..000000000 --- a/test/fixtures/issueView.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "data": { - "repository": { - "issues": { - "edges": [ - { - "node": { - "number": 8, - "title": "rabbits eat carrots", - "url": "https://github.com/github/gh-cli/pull/10" - } - }, - { - "node": { - "number": 9, - "title": "corey thinks squash tastes bad" - } - }, - { - "node": { - "number": 10, - "title": "broccoli is a superfood" - } - }, - { - "node": { - "number": 11, - "title": "swiss chard is neutral" - } - } - ] - } - }, - "pageInfo": { "hasNextPage": false } - } -}