mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-01 19:08:42 +00:00
style fix
This commit is contained in:
parent
de9aa6ded2
commit
aa6b82b4a6
|
|
@ -69,7 +69,7 @@ describe('UriFactoryTest', function ()
|
|||
'/path' : 'PATH',
|
||||
'#hash' : 'test',
|
||||
},
|
||||
expected = 'www.test-uri.com?id=1&test=someString&two=PATH&hash=test&none=#none&found=ERROR PATH&v=query4';;
|
||||
expected = 'www.test-uri.com?id=1&test=someString&two=PATH&hash=test&none=#none&found=ERROR PATH&v=query4';
|
||||
|
||||
expect(UriFactory.setQuery('/valid2', 'query4')).toBeTruthy();
|
||||
expect(UriFactory.build(uri, vars)).toBe(expected);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user