minor fix

This commit is contained in:
nate smith 2019-11-02 12:55:17 -05:00
parent 18f104ad38
commit df3e3bb4af

View file

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