Skip to content

Commit e35bc80

Browse files
Merge pull request #227 from StuartWheater/v6.0.1-dev_name
Fix to expected message
2 parents df56c05 + b82fbec commit e35bc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-smk-ds.dataFrameFill-donothing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test_that("dataFrameFill_donothing", {
4242
expect_equal(colnamesD$sim3[2], "LAB_TRIG")
4343
expect_equal(colnamesD$sim3[3], "LAB_HDL")
4444

45-
expect_error(ds.dataFrameFill(df.name="D", newobj="filled_df"), "The dataframes have the same variables!")
45+
expect_error(ds.dataFrameFill(df.name="D", newobj="filled_df"), "The dataframes have the same variables. There are no missing variables to fill!")
4646
})
4747

4848
#

0 commit comments

Comments
 (0)