Skip to content

Commit

Permalink
For testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fouodo committed Jul 18, 2024
1 parent e8bfe52 commit e32ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-Data.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
data("entities")
test_data <- Data$new(id = "geneexpr",
ind_col = "IDS",
data_frame = entities$training$geneexpr[-10, ])
data_frame = entities$training$geneexpr[-11, ])
test_that("Data instantiates correctly", {
expect_true(R6::is.R6(test_data))
expect_equal(class(test_data)[1], "Data")
Expand Down

0 comments on commit e32ac09

Please sign in to comment.