Skip to content

Commit

Permalink
silent logger in tests (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Feb 1, 2024
1 parent 97b3681 commit cf8d393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
1 change: 1 addition & 0 deletions tests/testthat/setup-logger.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
logger::log_appender(function(...) NULL, namespace = "teal.modules.hermes")

0 comments on commit cf8d393

Please sign in to comment.