Merge pull request #1259 from omnivore-app/fix/update-since-test-failure
Set the "since" to be the exact time when the last page was added to ensure all the deletion happen after that
This commit is contained in:
@ -1009,7 +1009,7 @@ describe('Article API', () => {
|
||||
}
|
||||
|
||||
// set the since to be the timestamp before deletion
|
||||
since = pages[4].createdAt.toISOString()
|
||||
since = pages[4].updatedAt!.toISOString()
|
||||
|
||||
// Delete some pages
|
||||
for (let i = 0; i < 3; i++) {
|
||||
|
||||
Reference in New Issue
Block a user