Fix test name
This commit is contained in:
parent
795409e5b7
commit
db3969e07b
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user