Skip to content

Commit ff58f15

Browse files
committed
fix test
1 parent 0c6d07a commit ff58f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/user_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func TestGetUserRss(t *testing.T) {
250250
title, _ := rssDoc.ChildrenFiltered("title").Html()
251251
assert.EqualValues(t, "Feed of "the_1-user.with.all.allowedChars"", title)
252252
description, _ := rssDoc.ChildrenFiltered("description").Html()
253-
assert.EqualValues(t, "<p>some <a href="https://commonmark.org/" rel="nofollow">commonmark</a>!</p>\n", description)
253+
assert.EqualValues(t, "<p dir="auto">some <a href="https://commonmark.org/" rel="nofollow">commonmark</a>!</p>\n", description)
254254
}
255255
}
256256

0 commit comments

Comments
 (0)