fix some classes for testing

This commit is contained in:
Bastian Schroll 2019-03-03 09:56:36 +01:00
parent f19bf7a96a
commit e372fb75b4
2 changed files with 15 additions and 15 deletions

View file

@ -32,7 +32,3 @@ class Test_Header:
def test_infoToLog(self):
"""!Test info to log"""
assert header.infoToLog()
def test_logoToScreen(self):
"""!Test logo to screen"""
assert header.logoToScreen()