Skip to content

Commit

Permalink
fix in test
Browse files Browse the repository at this point in the history
  • Loading branch information
darsoo committed Sep 24, 2024
1 parent 5f7d6db commit 4d68305
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 @@ -150,7 +150,7 @@ test_that("set_unique_cl_names_dt and set_unique_drug_names_dt works correctly",
res_9 <- set_unique_drug_names_dt(dt)
res_10 <- set_unique_cl_names_dt(dt)
expect_false(identical(res_9, dt))
expect_equal(length(unique(res_9$DrugName)), 5)
expect_equal(length(unique(res_9$DrugName)), 6)
expect_equal(res_10, dt)

## Duplicated both
Expand Down

0 comments on commit 4d68305

Please sign in to comment.