Skip to content

Commit 4253c4e

Browse files
committed
Merge remote-tracking branch 'upstream/v6.0.1-dev' into v6.0.1-dev
2 parents 3e59c6a + e35bc80 commit 4253c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines_site.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
remote_mysql => false, # There is not a remote mysql server
1717

1818
dsbase_githubusername => 'datashield',
19-
dsbase_ref => 'master',
19+
dsbase_ref => 'v6.0.1-dev',
2020
dsstats_githubusername => 'datashield',
2121
dsstats_ref => '',
2222
dsgraphics_githubusername => 'datashield',

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)