Skip to content

Commit ff6869a

Browse files
author
Oliver Keyes
committed
Fix test bug
1 parent 5b5079d commit ff6869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_parsing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ test_that("IPv6 URLs can be handled", {
7878
expect_true(url$port[1] == "8333")
7979
})
8080

81-
test_that("URLs with missing paths and parameters, but with fragments, work"{
81+
test_that("URLs with missing paths and parameters, but with fragments, work", {
8282
url <- urltools::url_parse("http://some.website.com#frag")
8383
expect_true(url$fragment[1] == "frag")
8484
})

0 commit comments

Comments
 (0)