diff --git a/src/app/cartography/shared/helpers/qt-dasharray-fixer.spec.ts b/src/app/cartography/shared/helpers/qt-dasharray-fixer.spec.ts index 452260e2..60cabad5 100644 --- a/src/app/cartography/shared/helpers/qt-dasharray-fixer.spec.ts +++ b/src/app/cartography/shared/helpers/qt-dasharray-fixer.spec.ts @@ -9,7 +9,7 @@ describe('QtDashArrayFixer', () => { }); it('should fix when matches mapping', () => { - expect(fixer.fix('25, 25')).toEqual(''); + expect(fixer.fix('25, 25')).toEqual('10, 2'); }); it('should not fix when do not match mapping', () => {