mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
commit
d97eddaf7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue