Great work corey

This commit is contained in:
Corey Johnson 2019-10-16 16:28:56 -07:00
parent b69dff172c
commit 32c9cb9892

View file

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