Skip to content

Commit

Permalink
Fix test [revdep skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinCCYap committed Jul 20, 2021
1 parent be9e754 commit 138aac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-mergedatasetsbyvariable.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test_that("Error when matching by ID variables and an ID is duplicated in multip
findInstDirFile("cola16.sav")),
id.variables = c("Q3","Q3"),
include.merged.data.set.in.output = TRUE),
paste0("The data sets cannot be merged by the specified ID ",
paste0("The data sets cannot be combined by the specified ID ",
"variables as the ID '3' is duplicated in multiple ",
"data sets."))
})
Expand Down

0 comments on commit 138aac6

Please sign in to comment.