fix item order

This commit is contained in:
x2cf
2023-04-28 15:59:39 +08:00
committed by Nazar Kanaev
parent 9f1a0534a3
commit 32ca121520
3 changed files with 27 additions and 4 deletions

View File

@@ -276,7 +276,7 @@ func TestMarkItemsRead(t *testing.T) {
func TestDeleteOldItems(t *testing.T) {
extraItems := 10
now := time.Now()
now := time.Now().UTC()
db := testDB()
feed := db.CreateFeed("feed", "", "", "http://test.com/feed11.xml", nil)