bowler's tests have a DummyMessage class. It can now be instantiated with no arguments.

status-serialisers
Marnanel Thurman 2020-08-03 20:22:11 +01:00
rodzic 8c5637726b
commit d0cd984a43
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -39,7 +39,7 @@ class DummyMessage(object):
fields = None
def __init__(self, fields):
def __init__(self, fields=None):
self.fields = fields
def __str__(self):