remove empty spaces

This commit is contained in:
ogerly 2022-08-18 17:01:47 +02:00
parent 682de8a835
commit 467cbae452

View File

@ -129,7 +129,7 @@ describe('router', () => {
expect(component.default.name).toBe('InfoStatistic')
})
})
describe('gdt', () => {
it('requires authorization', () => {
expect(routes.find((r) => r.path === '/gdt').meta.requiresAuth).toBeTruthy()