Skip to content

Commit

Permalink
Fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Keyes committed Dec 23, 2017
1 parent 5b5079d commit ff6869a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_parsing.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test_that("IPv6 URLs can be handled", {
expect_true(url$port[1] == "8333")
})

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

0 comments on commit ff6869a

Please sign in to comment.