summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 5069eb1..296e0c1 100644
--- a/test.py
+++ b/test.py
@@ -50,7 +50,7 @@ class ServerFixture(object):
self.expect(nick, r":local\S+ 001 %s :.*" % nick)
self.expect(nick, r":local\S+ 002 %s :.*" % nick)
self.expect(nick, r":local\S+ 003 %s :.*" % nick)
- self.expect(nick, r":local\S+ 004 %s :.*" % nick)
+ self.expect(nick, r":local\S+ 004 %s .*" % nick)
self.expect(nick, r":local\S+ 251 %s :.*" % nick)
self.expect(nick, r":local\S+ 422 %s :.*" % nick)