Skip to content

Commit

Permalink
Added trailing comma to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ezberlin authored and prof18 committed Oct 10, 2024
1 parent e693c10 commit 8e9d5f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LinkSanitizerTest {
"https://www.example.com",
"http://www.example.com",
"www.example.com",
" www.example.com "
" www.example.com ",
)

private val correctLink = "https://www.example.com"
Expand Down

0 comments on commit 8e9d5f9

Please sign in to comment.