Skip to content

Commit 6760e79

Browse files
committed
Remove redundant assertion
1 parent 64acad0 commit 6760e79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/Channel/test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,6 @@ def testInviteNoCapability(self):
428428
def testInviteCustomCapability(self):
429429
self.irc.feedMsg(ircmsgs.op(self.channel, self.nick))
430430

431-
self.assertError('invite foo',
432-
frm='test!user@with__no_testcap__')
433-
434431
with conf.supybot.plugins.Channel.invite.requireCapability.context('freeinvite'):
435432
m = self.getMsg('invite foo',
436433
frm='test!user@with__no_testcap__')

0 commit comments

Comments
 (0)