Skip to content

Commit

Permalink
fix test case for the fixed keep.traling.zero issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Sep 5, 2016
1 parent 7a77c2c commit 1de4e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/test-S3.R
Expand Up @@ -300,7 +300,7 @@ test_that('digits param', {
res <- pander_return(mt, digits = c(1, 4, 3, 4),
keep.trailing.zeros = TRUE)
expect_equal(res[5],
' **Mazda RX4** 4 2.62 16.5 0 ')
' **Mazda RX4** 4 2.620 16.5 0 ')
})

test_that('round param', {
Expand Down

0 comments on commit 1de4e03

Please sign in to comment.