summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2017-02-25 22:05:50 +0100
committerJoel Rosdahl <joel@rosdahl.net>2017-02-25 22:06:51 +0100
commit170e952fff39e480e8f8087c804472c44a540cb2 (patch)
tree5b6ba9c9a54e366bfce72ace5e2522ef437d96cd
parentc265649364d5c5b2f690d5b769c34a993a1badf1 (diff)
downloadminiircd-170e952fff39e480e8f8087c804472c44a540cb2.tar.gz
miniircd-170e952fff39e480e8f8087c804472c44a540cb2.zip
Fix test cases after c2656493
-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)