Skip to content

Commit

Permalink
Yet still another test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosak01 committed Oct 29, 2023
1 parent f7a326e commit 749bead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,8 @@ test_that("utils31: strwdth() works as expected.", {

res1

expect_equal(all(res == round(res1, 7)), TRUE)
expect_equal(res[1] == round(res1[1], 7), TRUE)
expect_equal(res[2] == round(res1[2], 7), TRUE)


# pdf(NULL)
Expand Down

0 comments on commit 749bead

Please sign in to comment.