Skip to content

Commit 17ed169

Browse files
Fixed legacy typo
1 parent 26ffb68 commit 17ed169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-arg-ds.glm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ connect.studies.dataset.cnsim(list("LAB_TSC"))
1919
#
2020

2121
context("ds.glm::arg::test errors")
22-
test_that("glm_erros", {
22+
test_that("glm_errors", {
2323
expect_error(ds.glm(), " Please provide a valid regression formula!", fixed=TRUE)
2424
expect_error(ds.glm("D$LAB_TSC~D$LAB_TSC"), " Please provide a valid 'family' argument!", fixed=TRUE)
2525
})

0 commit comments

Comments
 (0)