Skip to content

Commit

Permalink
Update test-paste_URL.R
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyanM committed Nov 24, 2023
1 parent 48edf59 commit f0292ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-paste_URL.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_that("force to separate multiple IDs", {
})

test_that("do not paste links if there are NAs", {
expect_equal(links[2],'NA')
expect_equal(links[2],"NA")
})

test_that("the processed vector has equal length with the original column", {
Expand Down

0 comments on commit f0292ea

Please sign in to comment.