doc(pr create): fix typo in test comments
Co-authored-by: Tyler McGoffin <jtmcg@github.com>
This commit is contained in:
parent
ba6e2ec3ed
commit
9b96e6cded
1 changed files with 2 additions and 2 deletions
|
|
@ -1599,8 +1599,8 @@ func Test_createRun(t *testing.T) {
|
|||
cs, cmdTeardown := run.Stub()
|
||||
defer cmdTeardown(t)
|
||||
cs.Register(`git status --porcelain`, 0, "")
|
||||
// TODO this could be be values in the test struct with a helper
|
||||
// function to invoke the apporpriate command stubs based on
|
||||
// TODO this could be values in the test struct with a helper
|
||||
// function to invoke the appropriate command stubs based on
|
||||
// those values.
|
||||
if !tt.customPushDestination {
|
||||
cs.Register(`git show-ref --verify -- HEAD refs/remotes/origin/feature`, 0, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue