Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Apr 6, 2023
1 parent 1c7c9b6 commit 4dbea3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-h_map_for_count_abnormal.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ testthat::test_that(

# because the function doesn't require the order of anl variable, but for unit test stability, we arrange the
# order of anl variable within the split_rows group because the order of split_rows is something we want to check
result <- result
dplyr::group_by(PARAM) %>%
result <- result %>%
dplyr::group_by(PARAM) %>%
dplyr::arrange(ANRIND, .by_group = TRUE) %>%
data.frame()

Expand Down

0 comments on commit 4dbea3e

Please sign in to comment.