mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-08 07:43:57 +00:00
fix little error
This commit is contained in:
parent
3f1eac88be
commit
3c7489e37e
9 changed files with 9 additions and 9 deletions
|
|
@ -23,7 +23,7 @@ class Test_Decoder:
|
|||
"""!Unittests for the decoder"""
|
||||
|
||||
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__)
|
||||
|
||||
def test_decoderNoData(self):
|
||||
"""!Test a empty string"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue