Skip to content

Commit df3e3bb

Browse files
author
nate smith
committed
minor fix
1 parent 18f104a commit df3e3bb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

command/pr_create_test.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ package command
22

33
import (
44
//"regexp"
5+
"fmt"
6+
"os"
57
"testing"
68

79
//"github.com/github/gh-cli/context"
10+
"github.com/github/gh-cli/git"
811
"github.com/github/gh-cli/test"
912
//"github.com/github/gh-cli/utils"
1013
)
@@ -19,10 +22,10 @@ func TestPrCreateHelperProcess(*testing.T) {
1922
"dirty": " M git/git.go",
2023
}
2124

22-
args := GetTestHelperProcessArgs()
25+
args := test.GetTestHelperProcessArgs()
2326
switch args[1] {
2427
case "status":
25-
fmt.Println(statusOutputs(args[0]))
28+
fmt.Println(statusOutputs[args[0]])
2629
case "push":
2730
fmt.Println()
2831
}

0 commit comments

Comments
 (0)