Skip to content

Commit e0e0416

Browse files
Fix the test...
1 parent 2bd9ce4 commit e0e0416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/log_files/test_log_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def test_log_setup(logging_configuration, logging_path):
6060

6161
log_setup(logging_configuration, logging_path)
6262

63-
assert Path.joinpath(todays_path, "view_controller_performance.log").is_file()
63+
assert Path.joinpath(todays_path, "view_controller_debug.log").is_file()

0 commit comments

Comments
 (0)