Skip to content

Commit 789f075

Browse files
committed
tweaking test
1 parent b64d3b8 commit 789f075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-estimate_mse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ testthat::test_that("mse function returns correct results when using lookup func
120120
testthat::expect_equal(nrow(r3), 1000)
121121
testthat::expect_named(r3, c("validated", "N", "valid_sources", "n_obs", "stratum_name"))
122122
testthat::expect_equal(round(mean(r3$N), 0), 2066)
123-
testthat::expect_true(as.numeric(s3_end - s3_start) < 1) # just looking up, should be fast
123+
testthat::expect_true(as.numeric(s3_end - s3_start) < 2) # just looking up, should be fast
124124

125125
# not pre-calculated
126126
stratum_4 <- replicates %>%

0 commit comments

Comments
 (0)