Skip to content

Commit 78bae66

Browse files
committed
Merge pull request #2 from joekrill/Fix-issue-#979-tests
Fix related tests for issue #979
2 parents f6dde61 + a1d865d commit 78bae66

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)