Skip to content

Commit

Permalink
[TRELLO-2289] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescd committed Aug 6, 2024
1 parent 9d93e56 commit 135ad32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile-tools/src/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Test the categories path', () => {
const categories = response.body as Category[]
expect(categories).toContainEqual({
category: 'AchatMagasin',
description: 'Prix, promotion, qualité, poids, garantie, …',
description: 'Prix, promotion, qualité, poids, garantie, magasin éphémère…',
id: '10',
})
})
Expand All @@ -29,7 +29,7 @@ describe('Test the categories path', () => {
const categories = response.body as Category[]
expect(categories).toContainEqual({
category: 'AchatMagasin',
description: 'Prix, promotion, qualité, poids, garantie, …',
description: 'Prix, promotion, qualité, poids, garantie, magasin éphémère…',
id: '10',
})
})
Expand Down

0 comments on commit 135ad32

Please sign in to comment.