Skip to content
Snippets Groups Projects
Commit f2f3a29b authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fixes tests for Prefix and Message

parent be17cf84
Branches
No related tags found
No related merge requests found
......@@ -42,9 +42,9 @@ class TestTag(unittest.TestCase):
class TestPrefix(unittest.TestCase):
def test_init(self):
prefix = Prefix()
prefix = Prefix('foo', 1)
class TestMessage(unittest.TestCase):
def test_init(self):
message = Message()
message = Message('')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment