summaryrefslogtreecommitdiff
path: root/src/logging/logging.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging/logging.test.c')
-rw-r--r--src/logging/logging.test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logging/logging.test.c b/src/logging/logging.test.c
index e227381..cc6a316 100644
--- a/src/logging/logging.test.c
+++ b/src/logging/logging.test.c
@@ -93,6 +93,7 @@ void test_log_fatal_succeeds()
clean_mock(&vfprintf_mock_data);
vfprintf_mock_data = lily_mock_create();
+ honey_set_log_level(HONEY_FATAL);
honey_fatal("some message");
lily_assert_int_equal(vfprintf_mock_data->n_calls, 1);