Browse Source

Test fixed

pull/65/head
Sebastian Stehle 9 years ago
parent
commit
d62acd571b
  1. 2
      src/Squidex/app/shared/services/schemas.service.spec.ts

2
src/Squidex/app/shared/services/schemas.service.spec.ts

@ -190,7 +190,7 @@ describe('SchemasService', () => {
new FieldDto(4, 'field4', true, true, createProperties('DateTime')), new FieldDto(4, 'field4', true, true, createProperties('DateTime')),
new FieldDto(5, 'field5', true, true, createProperties('Json')), new FieldDto(5, 'field5', true, true, createProperties('Json')),
new FieldDto(6, 'field6', true, true, createProperties('Geolocation')), new FieldDto(6, 'field6', true, true, createProperties('Geolocation')),
new FieldDto(6, 'field6', true, true, createProperties('Assets')) new FieldDto(7, 'field7', true, true, createProperties('Assets'))
])); ]));
authService.verifyAll(); authService.verifyAll();

Loading…
Cancel
Save