Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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