Skip to content

Commit

Permalink
Merge pull request #185 from darwin-eu/routeCategory_in_get_codes
Browse files Browse the repository at this point in the history
fix action
  • Loading branch information
edward-burn committed Jul 8, 2024
2 parents 5ad2829 + 4acfd71 commit 00ba827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions man/getATCCodes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-dbms.R
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ test_that("postgres", {
routeCategory = "oral")) == 2)
# only metformin has injectable route
expect_true(length(subsetOnRouteCategory(drug_codes, cdm,
routeCategory = "injectable")) == 2)
routeCategory = "injectable")) == 1)
# we can put multiple route categories
# and we should get the same result if we subset up front or later
drug_codes2 <- getDrugIngredientCodes(cdm,
Expand Down

0 comments on commit 00ba827

Please sign in to comment.