fix quoting issue

This commit is contained in:
Umputun
2021-09-01 14:18:18 -05:00
parent e90dae2b94
commit 72bdf1b176
+1 -1
View File
@@ -1110,7 +1110,7 @@ func TestService_Find(t *testing.T) {
assert.InDelta(t, 0, res[1].Controversy, 0.01)
// make sure title sanitized
assert.Equal(t, "some title, <a href=\\\"http://radio-t.com\\\" rel=\\\"nofollow\\\">link</a>", res[0].PostTitle)
assert.Equal(t, "some title, <a href=\"http://radio-t.com\" rel=\"nofollow\">link</a>", res[0].PostTitle)
}
func TestService_FindSince(t *testing.T) {