Skip to content

Commit

Permalink
Update unit test used as example in flipFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinCCYap committed Sep 16, 2021
1 parent 72a4f7c commit 611a2eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-mergedatasetsbycase.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ test_that("Example used for widget test in flipFormat", {
findInstDirFile("cola5.sav"),
findInstDirFile("cola8.sav")),
data.sets.whose.variables.are.kept = 1,
variables.to.combine = "Q4_A_3,Q4_A_3_new"), NA)
variables.to.combine = "Q4_A_3,Q4_A_3_new",
auto.select.what.to.match.by = FALSE,
match.by.variable.labels = FALSE), NA)
})

test_that("MergeDataSetsByCase using default settings", {
Expand Down

0 comments on commit 611a2eb

Please sign in to comment.