Skip to content

Commit

Permalink
fix: update validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
amir2mi committed Apr 24, 2023
1 parent cfcc2d3 commit 959d2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/validation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ it("valid url should have http or https identifier", () => {
})

it("valid url can have persian or arabic name and domain", () => {
expect(isValidUrl("www.ایران.ربات")).toBe(true);
expect(isValidUrl("https://www.ایران.ربات")).toBe(true);
})

0 comments on commit 959d2f0

Please sign in to comment.