Skip to content

Commit 7a94c9d

Browse files
committed
fix tests on mac
1 parent 653d43e commit 7a94c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-unidimensionalReliabilityFrequentist.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ test_that("Frequentist Scale Reliability Statistics table results match", {
173173
options("jaspRoundToPrecision" = NULL) # reset default
174174
} else if (jaspBase::getOS() == "osx") {
175175
jaspTools::expect_equal_tables(table,
176-
list("Coefficient <unicode>", 0.791710063361508, 0.694692772995628,
177-
0.0405022504460226, 0.852159859484347))
176+
list("McDonald's <unicode>", 0.791710063361508, 0.67994307197584, 0.0454087394703138,
177+
0.848430313668237))
178178
}
179179
})
180180

0 commit comments

Comments
 (0)