Skip to content

Commit eb40425

Browse files
authored
Merge pull request #22 from StuartWheater/to_upstream
Fixed test file name cases
2 parents e54c2d7 + 5be215b commit eb40425

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Set up
1313
#
1414

15-
context("ds.rowcolCalc::smk")
15+
context("ds.rowColCalc::smk")
1616

1717
source("connection_to_datasets/init_all_datasets.R")
1818
source("connection_to_datasets/init_smk_datasets.R")
@@ -23,7 +23,7 @@ connect.smk.dataset.sim(list("LAB_TSC", "LAB_HDL"))
2323
# Tests
2424
#
2525

26-
context("ds.rowcolCalc::smk")
26+
context("ds.rowColCalc::smk")
2727
opal::datashield.assign(ds.test_env$connection.opal, "hdl_tsc", quote(data.frame(cbind(D$LAB_HDL, D$LAB_TSC))))
2828
ds.rowColCalc(x='D', operation="rowSums", newobj="rsum_hdl_tsc")
2929
res <- ds.exists('rsum_hdl_tsc')
@@ -33,7 +33,7 @@ test_that("rowColCalc_exists", {
3333
expect_true(res$sim3)
3434
})
3535

36-
context("ds.rowcolCalc::smk::no newobj")
36+
context("ds.rowColCalc::smk::no newobj")
3737
opal::datashield.assign(ds.test_env$connection.opal, "hdl_tsc", quote(data.frame(cbind(D$LAB_HDL, D$LAB_TSC))))
3838
ds.rowColCalc(x='D', operation="rowSums")
3939
res <- ds.exists('rowColCalc_out')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Set up
1313
#
1414

15-
context("ds.table1d::smk")
15+
context("ds.table1D::smk")
1616

1717
source("connection_to_datasets/init_all_datasets.R")
1818
source("connection_to_datasets/init_smk_datasets.R")

0 commit comments

Comments
 (0)