Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Funk <[email protected]>
  • Loading branch information
jamesmbaazam and sbfnk committed Mar 25, 2024
1 parent a3b4c70 commit f3d92fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-estimate_secondary.R
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ test_that("estimate_secondary works with filter_leading_zeros set", {
)
expect_s3_class(out, "estimate_secondary")
expect_named(out, c("predictions", "posterior", "data", "fit"))
expect_equal(out$predictions$primary, modified_data$primary)
expect_equal(out$predictions$primary, modified_data$primary[-(1:10)])
})

test_that("estimate_secondary works with zero_threshold set", {
Expand Down

0 comments on commit f3d92fc

Please sign in to comment.