Skip to content

Commit

Permalink
Forgot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Jan 30, 2025
1 parent 38d6668 commit af94110
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apis/r/tests/testthat/test-11-OrderedAndFactor.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ test_that("SOMADataFrame round-trip with factor and ordered", {
tsch <- tiledb::schema(turi)
expect_true(inherits(tsch, "tiledb_array_schema"))

## we no longer use this one though
sch <- tiledbsoma:::arrow_schema_from_tiledb_schema(tsch)
expect_true(inherits(sch, "Schema"))

att <- arrow::as_arrow_table(ett)
expect_true(inherits(att, "Table"))

Expand Down

0 comments on commit af94110

Please sign in to comment.