Fix tests
This commit is contained in:
parent
77a801c868
commit
9b1f7339eb
@ -43,7 +43,7 @@ class ItemsQueryBuilderTest {
|
||||
|
||||
with(query.sql) {
|
||||
assertTrue(contains("Feed.account_id = 1"))
|
||||
assertTrue(contains("Item.id DESC"))
|
||||
assertTrue(contains("pub_date DESC"))
|
||||
|
||||
assertFalse(contains("read = 0 And"))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user