Skip to content

Commit c5c7d79

Browse files
Update publish_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bce04e3 commit c5c7d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/skills/publish/publish_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ func TestEnsurePushed(t *testing.T) {
16201620
wantStderr: "Pushing main to origin",
16211621
},
16221622
{
1623-
name: "new branch is not pushed is pushed automatically",
1623+
name: "new branch that has not been pushed is pushed automatically",
16241624
cmdStubs: func(cs *run.CommandStubber) {
16251625
cs.Register(`git( .+)? symbolic-ref --quiet HEAD`, 0, "refs/heads/feature\n")
16261626
// rev-list fails when branch is not pushed

0 commit comments

Comments
 (0)