Skip to content

Commit 959d2f0

Browse files
committed
fix: update validation test
1 parent cfcc2d3 commit 959d2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/validation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ it("valid url should have http or https identifier", () => {
4646
})
4747

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

0 commit comments

Comments
 (0)