Skip to content

Commit a1d865d

Browse files
committed
Fix related tests for issue #979
Tests needed to be updated as well.
1 parent f6dde61 commit a1d865d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/__tests__/PathUtils-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ describe('PathUtils.withQuery', function () {
320320
});
321321

322322
it('removes query string', function () {
323-
expect(Path.withQuery('/a/b/c?a=b', { a: undefined })).toEqual('/a/b/c');
323+
expect(PathUtils.withQuery('/a/b/c?a=b', { a: undefined })).toEqual('/a/b/c');
324324
});
325325

326326
it('handles special characters', function () {

0 commit comments

Comments
 (0)