Skip to content

Commit

Permalink
Use pkg::function
Browse files Browse the repository at this point in the history
See #86
  • Loading branch information
damianooldoni committed Jun 26, 2024
1 parent edde1ce commit c535cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-visualize_pathways_level1.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ input_test_df <- read.delim(

valid_pathways <-
pathways_cbd() %>%
distinct(pathway_level1) %>%
pull()
dplyr::distinct(pathway_level1) %>%
dplyr::pull()

invalid_pathways_df <- input_test_df[1:6, ]

Expand Down

0 comments on commit c535cc9

Please sign in to comment.