Skip to content

Commit c1f65e3

Browse files
committed
debug github actions
1 parent c2a13e6 commit c1f65e3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/testthat/test-runVisitContext.R

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
library(SqlRender)
2-
library(readxl)
32
library(dplyr)
43
library(readr)
54

tests/testthat/test-utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ test_that("timeExecution uses minutes as unit", {
187187
df <- readr::read_csv(file.path(exportFolder, "executionTimes.csv"), show_col_types = F)
188188

189189
expect_equal(df$task, c("test 1 second", "test 1 minute", "test 1 hour"))
190-
expect_equal(df$executionTime, c(0.0168, 1, 60))
190+
expect_equal(round(df$executionTime), c(0, 1, 60))
191191
})
192192

193193
for (server in testServers) {

0 commit comments

Comments
 (0)