Skip to content

Commit

Permalink
MINOR: [R] Clean up an overly-specific test
Browse files Browse the repository at this point in the history
Follow on to apache#11898

Closes apache#12005 from jonkeane/decimal-cleanup

Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Jonathan Keane <[email protected]>
  • Loading branch information
jonkeane committed Dec 20, 2021
1 parent c4901a3 commit 9ac9405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/tests/testthat/test-Array.R
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ test_that("Array$create() should have helpful error", {
# the captured conditions (errors) are not identical, but their messages should be
expect_s3_class(a, "rlang_error")
expect_s3_class(b, "simpleError")
expect_equal(a$message, b$message)
expect_equal(a$message, b$message, ignore_attr = TRUE)
})

test_that("Array$View() (ARROW-6542)", {
Expand Down

0 comments on commit 9ac9405

Please sign in to comment.