mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix an oopsie in the Poll tests where I was trying to close the wrong poll
This commit is contained in:
parent
533426d120
commit
2105be8c90
@ -76,7 +76,7 @@ if sqlite is not None:
|
||||
self.assertNotError('poll close 1')
|
||||
self.assertError('poll close blah')
|
||||
self.assertError('poll close 2')
|
||||
self.assertRegexp('poll 2', 'closed')
|
||||
self.assertRegexp('poll 1', 'closed')
|
||||
|
||||
def testAdd(self):
|
||||
self.assertNotError('poll open Foo?')
|
||||
|
Loading…
Reference in New Issue
Block a user