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()