From 32c9cb98927053579861d69973509e04c13802fd Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 16 Oct 2019 16:28:56 -0700 Subject: [PATCH] Great work corey --- command/pr_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/pr_test.go b/command/pr_test.go index e061bad2a..d35a00223 100644 --- a/command/pr_test.go +++ b/command/pr_test.go @@ -9,8 +9,8 @@ import ( "github.com/github/gh-cli/test" ) -func FTestPRList(t *testing.T) { - teardown := test.MockGraphQLResponse("test/fixtures/pr.json") +func TestPRList(t *testing.T) { + teardown := test.MockGraphQLResponse("test/fixtures/prList.json") defer teardown() gitRepo := test.UseTempGitRepo()