summaryrefslogtreecommitdiff
path: root/tests/test_logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_logging.py')
-rw-r--r--tests/test_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_logging.py b/tests/test_logging.py
index be6b889e..e6372e33 100644
--- a/tests/test_logging.py
+++ b/tests/test_logging.py
@@ -31,5 +31,5 @@ from kvmd.logging import get_logger
(1, "_pytest.python"),
(2, "pluggy.callers"),
])
-def test_get_logger(depth: int, name: str) -> None:
+def test_ok__get_logger(depth: int, name: str) -> None:
assert get_logger(depth).name == name