Skip to content

Commit

Permalink
Update failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Jan 3, 2024
1 parent cf59af6 commit 890ab29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-default-scoring-rules.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test_that("default rules work as expected", {
)

expect_equal(
length(rules_binary(select = "all", exclude = "brier_score")),
length(rules_binary(select = NULL, exclude = "brier_score")),
length(rules_binary()) - 1
)

Expand Down

0 comments on commit 890ab29

Please sign in to comment.