Skip to content

Commit

Permalink
dont use pull
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Jul 10, 2024
1 parent 26eabce commit 95b0c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/helper-reporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ PerformanceReporter <- R6::R6Class("PerformanceReporter",

total <- dplyr::summarise(data, time = sum(time))
total <- dplyr::mutate(total, time = format(time, digits = "3", scientific = F))
total <- dplyr::pull(total, total)

total <- total$total
cat("\n")
cat("--- Performance Summary ----\n\n")
print(as.data.frame(summary), row.names = FALSE)
Expand Down

0 comments on commit 95b0c15

Please sign in to comment.