fix little error

This commit is contained in:
Bastian Schroll 2018-09-18 06:05:24 +02:00
parent 3f1eac88be
commit 3c7489e37e
9 changed files with 9 additions and 9 deletions

View file

@ -26,7 +26,7 @@ class Test_ServerClient:
"""!Unittest for the server/client environment"""
def setup_method(self, method):
logging.debug("[TEST] %s.%s", (type(self).__name__, method.__name__))
logging.debug("[TEST] %s.%s", type(self).__name__, method.__name__)
@pytest.fixture(scope="function")
def useServer(self):