mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Labels are ordered by creation time in API now
This commit is contained in:
parent
48ca13818f
commit
a68a5fb066
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ describe('Labels API', () => {
|
|||
user: { id: user.id },
|
||||
})
|
||||
expect(res.body.data.labels.labels).to.eql(
|
||||
labels.map((label) => ({
|
||||
labels.reverse().map((label) => ({
|
||||
id: label.id,
|
||||
name: label.name,
|
||||
color: label.color,
|
||||
|
|
|
|||
Loading…
Reference in a new issue