Fix tests

This commit is contained in:
ziajka 2018-05-28 15:31:04 +02:00
parent cc2544e3d0
commit 289abf344f

View File

@ -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', () => {