better test name for TokenTestNul

This commit is contained in:
jesopo 2020-05-15 16:46:01 +01:00
parent 2a00fb8499
commit 05be06a29c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class TokenTestAll(unittest.TestCase):
self.assertEqual(line.params, ["#channel", "hello world"])
class TokenTestNul(unittest.TestCase):
def test_all(self):
def test(self):
line = irctokens.tokenise(
":nick!user@host PRIVMSG #channel :hello\x00 world")
self.assertEqual(line.params, ["#channel", "hello"])