Skip to content

Commit

Permalink
Fix typo (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 authored and lunny committed Jun 15, 2017
1 parent 792cde7 commit 13f0e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/pull_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func testPullCreate(t *testing.T, session *TestSession, user, repo, branch strin
resp := session.MakeRequest(t, req)
assert.EqualValues(t, http.StatusOK, resp.HeaderCode)

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

0 comments on commit 13f0e12

Please sign in to comment.