We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd9ce4 commit e0e0416Copy full SHA for e0e0416
test/log_files/test_log_functions.py
@@ -60,4 +60,4 @@ def test_log_setup(logging_configuration, logging_path):
60
61
log_setup(logging_configuration, logging_path)
62
63
- assert Path.joinpath(todays_path, "view_controller_performance.log").is_file()
+ assert Path.joinpath(todays_path, "view_controller_debug.log").is_file()
0 commit comments