style fix

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:56:00 +02:00
parent de9aa6ded2
commit aa6b82b4a6

View File

@ -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);