Skip to content

Commit

Permalink
snapshot fix for new format (#245)
Browse files Browse the repository at this point in the history
Fixes #244
  • Loading branch information
Melkiades authored Jan 3, 2024
1 parent 066faeb commit 9582fd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testthat/test-formatters.R
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,10 @@ test_that("All supported 1d format cases of decimal alignment", {
"j 11.11% 11.11% left ",
"k 11.111% 11.111% dec_right",
"l (N=11) (N=11) dec_right",
"m >999.9 >999.9 right ",
"n >999.99 >999.99 dec_left ",
"o 1.1111 | (<0.0001) 1.1111 | (<0.0001) dec_left ",
"p N=11 N=11 right "
"m N=11 N=11 right ",
"n >999.9 >999.9 dec_left ",
"o >999.99 >999.99 dec_left ",
"p 1.1111 | (<0.0001) 1.1111 | (<0.0001) right "
)
expect_identical(res_dec, expected)
})
Expand Down

0 comments on commit 9582fd4

Please sign in to comment.