#441 fix core test

This commit is contained in:
Mario Romano
2016-07-26 09:26:47 +01:00
parent 126fecdf34
commit 9fb2c6dde4

View File

@@ -38,7 +38,7 @@ describe('AlfrescoSettingsService', () => {
});
it('should have default BPM host', () => {
expect(service.ecmHost).toBe(AlfrescoSettingsService.DEFAULT_BPM_ADDRESS);
expect(service.bpmHost).toBe(AlfrescoSettingsService.DEFAULT_BPM_ADDRESS);
});
it('should change host BPM', () => {