From f0292eadaf1c38a140d4dc979c9e90b7e57ebbe1 Mon Sep 17 00:00:00 2001 From: KaiyanM Date: Fri, 24 Nov 2023 02:35:42 -0600 Subject: [PATCH] Update test-paste_URL.R --- tests/testthat/test-paste_URL.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-paste_URL.R b/tests/testthat/test-paste_URL.R index dadd289..cfe13a9 100644 --- a/tests/testthat/test-paste_URL.R +++ b/tests/testthat/test-paste_URL.R @@ -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", {