Fix an oopsie in the Poll tests where I was trying to close the wrong poll

This commit is contained in:
Daniel DiPaolo 2003-12-09 00:25:47 +00:00
parent 533426d120
commit 2105be8c90
1 changed files with 1 additions and 1 deletions

View File

@ -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?')