Skip to content

Commit

Permalink
on win only
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 19, 2023
1 parent a3b5ba4 commit d3babbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/testthat/test-check_itemscale.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_that("check_itemscale", {
tolerance = 1e-4,
ignore_attr = TRUE
)
expect_snapshot(print(out))
expect_snapshot(print(out), variant = "windows")
comp <- parameters::closest_component(pca)
out2 <- check_itemscale(d, comp)
expect_equal(
Expand Down

0 comments on commit d3babbf

Please sign in to comment.