Skip to content

Commit bf6c77a

Browse files
committed
Change test log file.
1 parent 992ba7a commit bf6c77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/global/test_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_log_parms(self, txt, result, params):
4848

4949
def test_apply_logging(self):
5050
"""Test pymodbus_apply_logging_config."""
51-
LOG_FILE = "pymodbus.log"
51+
LOG_FILE = "pymodbus_apply.log"
5252
pymodbus_apply_logging_config("debug", LOG_FILE)
5353
pymodbus_apply_logging_config("info")
5454
pymodbus_apply_logging_config(logging.NOTSET)

0 commit comments

Comments
 (0)