Skip to content

Commit 98f6557

Browse files
committed
really fix integration
1 parent 40fce15 commit 98f6557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/issue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func testNewIssue(t *testing.T, session *TestSession, user, repo, title, content
143143

144144
htmlDoc = NewHTMLParser(t, resp.Body)
145145
val := htmlDoc.doc.Find("#issue-title").Text()
146-
assert.contains(t, title, val)
146+
assert.Contains(t, title, val)
147147
val = htmlDoc.doc.Find(".comment .render-content p").First().Text()
148148
assert.Equal(t, content, val)
149149

0 commit comments

Comments
 (0)