Skip to content

Commit b906826

Browse files
author
vilmibm
committed
i like trunk
1 parent dcedd32 commit b906826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/repo/clone/clone_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func Test_RepoClone_hasParent(t *testing.T) {
221221
"login": "hubot"
222222
},
223223
"defaultBranchRef": {
224-
"name": "master"
224+
"name": "trunk"
225225
}
226226
}
227227
} } }
@@ -233,7 +233,7 @@ func Test_RepoClone_hasParent(t *testing.T) {
233233
defer cmdTeardown(t)
234234

235235
cs.Register(`git clone https://github.com/OWNER/REPO.git`, 0, "")
236-
cs.Register(`git -C REPO remote add -t master -f upstream https://github.com/hubot/ORIG.git`, 0, "")
236+
cs.Register(`git -C REPO remote add -t trunk -f upstream https://github.com/hubot/ORIG.git`, 0, "")
237237

238238
_, err := runCloneCommand(httpClient, "OWNER/REPO")
239239
if err != nil {

0 commit comments

Comments
 (0)