Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 8, 2024
1 parent 7d6b41d commit e59e695
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
linters: linters_with_defaults() # see vignette("lintr")
linters: linters_with_defaults(
cyclocomp_linter = NULL
)
encoding: "UTF-8"
6 changes: 4 additions & 2 deletions tests/testthat/test-wait.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ test_that("wait", {
"test initializing"
)

expect_message((out <- wait_for_test()),
"Waiting for")
expect_message(
(out <- wait_for_test()),
"Waiting for"
)
expect_null(out)
})

0 comments on commit e59e695

Please sign in to comment.