minor fix
This commit is contained in:
parent
18f104ad38
commit
df3e3bb4af
1 changed files with 5 additions and 2 deletions
|
|
@ -2,9 +2,12 @@ package command
|
|||
|
||||
import (
|
||||
//"regexp"
|
||||
"fmt"
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
//"github.com/github/gh-cli/context"
|
||||
"github.com/github/gh-cli/git"
|
||||
"github.com/github/gh-cli/test"
|
||||
//"github.com/github/gh-cli/utils"
|
||||
)
|
||||
|
|
@ -19,10 +22,10 @@ func TestPrCreateHelperProcess(*testing.T) {
|
|||
"dirty": " M git/git.go",
|
||||
}
|
||||
|
||||
args := GetTestHelperProcessArgs()
|
||||
args := test.GetTestHelperProcessArgs()
|
||||
switch args[1] {
|
||||
case "status":
|
||||
fmt.Println(statusOutputs(args[0]))
|
||||
fmt.Println(statusOutputs[args[0]])
|
||||
case "push":
|
||||
fmt.Println()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue