Skip to content
Snippets Groups Projects
Commit 1b052a03 authored by nickolas360's avatar nickolas360
Browse files

Fix typo in tests

parent e87a56b4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -471,7 +471,7 @@ class TestConnect(BaseBotTest):
 
def test_register_nickname_in_use(self):
self.bot.connect("example.com", 6667)
self.from_server(":server 433 * test-nickname :UserHostInfo in use")
self.from_server(":server 433 * test-nickname :Nickname in use")
with self.assertRaises(ValueError):
self.bot.register("test-nickname")
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment