Skip to content

Commit

Permalink
Fix CI for #768
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 17, 2024
1 parent 8e02c30 commit 54c428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/test_arrayschema.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ dsch <- tiledb_array_schema(dom, attrs = attr, sparse = FALSE)
if (tiledb_version(TRUE) < "2.27.0") {
expect_error(tiledb_array_schema_set_current_domain(dsch, cd))
} else {
expect_no_condition(tiledb_array_schema_set_current_domain(dsch, cd))
expect_silent(tiledb_array_schema_set_current_domain(dsch, cd))
}

0 comments on commit 54c428e

Please sign in to comment.