Fix test name

This commit is contained in:
Marcel Schwarz 2024-01-25 16:07:14 +01:00
parent 795409e5b7
commit db3969e07b

View File

@ -8,7 +8,7 @@ from unittest.mock import patch
from src.icaotix_python_logging import logger from src.icaotix_python_logging import logger
class TestStringMethods(unittest.TestCase): class TestBasicLogger(unittest.TestCase):
def test_creation(self): def test_creation(self):
log = logger.get_stdout_logger("test_basic_logger") log = logger.get_stdout_logger("test_basic_logger")