Fixed a small oversight.

This commit is contained in:
monodemono 2014-05-25 13:42:59 -07:00
parent c7b842fad2
commit 996dd7bf74
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class TopicTestCase(ChannelPluginTestCase):
self.assertResponse('topic set ""', '')
self.assertResponse('topic add foo', 'foo')
self.assertResponse('topic add bar', 'foo | bar')
self.assertResponse('topic add baz', 'foo | bar || baz')
self.assertResponse('topic add baz', 'foo | bar | baz')
self.assertResponse('topic undo', 'foo | bar')
self.assertResponse('topic undo', 'foo')
self.assertResponse('topic undo', '')