Skip to content

Commit

Permalink
Fix snapshot tests
Browse files Browse the repository at this point in the history
Fixes #775
  • Loading branch information
strengejacke committed Nov 3, 2024
1 parent 425f838 commit e20ffc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/check_itemscale.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ print.check_itemscale <- function(x, digits = 2, ...) {
digits = digits,
format = "text",
missing = "<NA>",
zap_small = TRUE
zap_small = TRUE,
...
))
}

Expand Down

0 comments on commit e20ffc2

Please sign in to comment.