Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 14, 2024
1 parent 83941fe commit 31493f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-icc.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ test_that("icc", {
expect_equal(
icc(m2),
data.frame(
ICC_adjusted = 0.399303562702568, ICC_conditional = 0.216907586891627,
ICC_unadjusted = 0.216907586891627
ICC_adjusted = 0.40579, ICC_conditional = 0.21881,
ICC_unadjusted = 0.21881
),
tolerance = 1e-2,
ignore_attr = TRUE
Expand Down

0 comments on commit 31493f7

Please sign in to comment.