Skip to content

Commit c025315

Browse files
committed
explicitly set layout in test
1 parent cbb28b5 commit c025315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-utils.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ test_that("validate_log_level", {
1414
})
1515

1616
test_that("catch_base_log", {
17+
local_test_logger(layout = layout_simple)
1718
expect_true(nchar(catch_base_log(ERROR, NA_character_)) == 28)
1819
expect_true(nchar(catch_base_log(INFO, NA_character_)) == 27)
1920
local_test_logger(layout = layout_blank)

0 commit comments

Comments
 (0)