Skip to content

Commit

Permalink
Update tests/testthat/test-interface.R
Browse files Browse the repository at this point in the history
  • Loading branch information
weshinsley authored Dec 18, 2023
1 parent a3356b7 commit ed34d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-interface.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ test_that("can read logs", {
init_quietly(path_there)
suppressMessages(
hipercow_configure("elsewhere", path = path_there, root = path_here))
suppressMessages(
suppressMessages(
id <- withr::with_dir(path_here, task_create_explicit(quote(sqrt(2)))))

expect_null(task_log_value(id, path_here))
Expand Down

0 comments on commit ed34d38

Please sign in to comment.