mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-19 07:46:13 +00:00
Fix tests
This commit is contained in:
parent
cc2544e3d0
commit
289abf344f
@ -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', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user