We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df56c05 + b82fbec commit e35bc80Copy full SHA for e35bc80
1 file changed
tests/testthat/test-smk-ds.dataFrameFill-donothing.R
@@ -42,7 +42,7 @@ test_that("dataFrameFill_donothing", {
42
expect_equal(colnamesD$sim3[2], "LAB_TRIG")
43
expect_equal(colnamesD$sim3[3], "LAB_HDL")
44
45
- expect_error(ds.dataFrameFill(df.name="D", newobj="filled_df"), "The dataframes have the same variables!")
+ expect_error(ds.dataFrameFill(df.name="D", newobj="filled_df"), "The dataframes have the same variables. There are no missing variables to fill!")
46
})
47
48
#
0 commit comments