Skip to content

Commit 13f0e12

Browse files
tsl0922lunny
authored andcommitted
Fix typo (#1974)
1 parent 792cde7 commit 13f0e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/pull_create_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func testPullCreate(t *testing.T, session *TestSession, user, repo, branch strin
1919
resp := session.MakeRequest(t, req)
2020
assert.EqualValues(t, http.StatusOK, resp.HeaderCode)
2121

22-
// Click the little green button to craete a pull
22+
// Click the little green button to create a pull
2323
htmlDoc, err := NewHtmlParser(resp.Body)
2424
assert.NoError(t, err)
2525
link, exists := htmlDoc.doc.Find("button.ui.green.small.button").Parent().Attr("href")

0 commit comments

Comments
 (0)