Skip to content

Commit

Permalink
Empty password
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jun 27, 2022
1 parent d974ff8 commit 624c19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ tester.describe("check urls", test => {
INPUTS.forEach(function (c) {
test.should("support " + c[0], () => {
const cParsed = parseUrl(c[0])
debugger
c[1].password = c[1].password || ""
test.expect(cParsed).toEqual(c[1]);
});
});
Expand Down

0 comments on commit 624c19e

Please sign in to comment.