Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 12, 2025
1 parent 938a2bf commit 2ce2c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import AdminRoutes from '../../routes'

describe('routes.test.ts', () => {
test('AdminRoutes should contain all the individual routes', () => {
expect(AdminRoutes.length).toBe(6)
expect(AdminRoutes.length).toBe(7)
})
})

0 comments on commit 2ce2c57

Please sign in to comment.