Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darsoo committed Sep 24, 2024
1 parent d6ea4fd commit 5f7d6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-standardize_MAE.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ test_that("set_unique_cl_names_dt and set_unique_drug_names_dt works correctly",
res_7 <- set_unique_drug_names_dt(dt)
res_8 <- set_unique_cl_names_dt(dt)
expect_equal(res_7, dt)
expect_false(identical(res8, dt))
expect_false(identical(res_8, dt))
expect_equal(length(unique(res_8$CellLineName)), 5)

## Duplicated DrugName
Expand Down

0 comments on commit 5f7d6db

Please sign in to comment.