Skip to content

Commit

Permalink
Fix current domain unit test on string dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos committed Dec 13, 2024
1 parent 1974325 commit 5d9e253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/r/tests/testthat/test-11-shape.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("SOMADataFrame shape", {
list(soma_joinid = c(0, 999), int_column = c(-10000, 10000)),
list(soma_joinid = c(0, 999), string_column = NULL),
list(string_column = NULL, int_column = c(-10000, 10000)),
list(string_column = c("apple", "zebra"), int_column = c(-10000, 10000))
list(string_column = c("", ""), int_column = c(-10000, 10000))
)

# Check the test configs themselves to make sure someone (ahem, me)
Expand Down

0 comments on commit 5d9e253

Please sign in to comment.