Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 17, 2024
1 parent f31fd50 commit f1b3e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cyclopsModels.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ test_that("set cox regression inputs", {

maxIterations <- sample(100, 1)
modelSet <- setCoxModel(maxIterations = maxIterations)
expect_equal(attr(model_set$param, "settings")$maxIterations, maxIterations)
expect_equal(attr(modelSet$param, "settings")$maxIterations, maxIterations)
})


Expand Down

0 comments on commit f1b3e56

Please sign in to comment.