Skip to content

Commit 6fc35f6

Browse files
committed
Fix test related to 5d3033e
1 parent c64406e commit 6fc35f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sprinkle-admin/app/assets/tests/router/routes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import AdminRoutes from '../../routes'
44

55
describe('routes.test.ts', () => {
66
test('AdminRoutes should contain all the individual routes', () => {
7-
expect(AdminRoutes.length).toBe(7)
7+
expect(AdminRoutes.length).toBe(8)
88
})
99
})

0 commit comments

Comments
 (0)