Skip to content

Commit

Permalink
Update unit test expected warning [revdep skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmclean committed Aug 3, 2021
1 parent dc7c8f1 commit dcae993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-splitformquestions.R
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ test_that("Throw error with duplicate names",
fd <- form.data
attr(fd[[2]], "label") <- "Coffee"
expect_error(SplitFormQuestions(fd),
paste0("The data cannot have two colummns with same name: ",
paste0("The data cannot have two columns with same name: ",
"'Coffee'. Modify the inputs to avoid this."))
})

0 comments on commit dcae993

Please sign in to comment.