Skip to content

Commit a9aaa58

Browse files
authored
Fix CI for #768 (#770)
1 parent 8e02c30 commit a9aaa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tinytest/test_arrayschema.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ dsch <- tiledb_array_schema(dom, attrs = attr, sparse = FALSE)
151151
if (tiledb_version(TRUE) < "2.27.0") {
152152
expect_error(tiledb_array_schema_set_current_domain(dsch, cd))
153153
} else {
154-
expect_no_condition(tiledb_array_schema_set_current_domain(dsch, cd))
154+
expect_silent(tiledb_array_schema_set_current_domain(dsch, cd))
155155
}

0 commit comments

Comments
 (0)