Great work corey
This commit is contained in:
parent
b69dff172c
commit
32c9cb9892
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue