Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko committed May 14, 2021
1 parent 0323eaa commit 78f1534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core/types/string/test-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import {parseQueryString} from '../../../../../src/core/types/string/url';

describes.sandboxed('type helpers - strings - urls', {}, () => {
describe('parseQueryString', {}, () => {
describe('parseQueryString', () => {
it('should return empty params when query string is empty or null', () => {
expect(parseQueryString(null)).to.deep.equal({});
expect(parseQueryString('')).to.deep.equal({});
Expand Down

0 comments on commit 78f1534

Please sign in to comment.