mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-03-13 04:15:46 +03:00
Dropped unneeded pass in test
This commit is contained in:
parent
863a89228c
commit
0f6122242c
|
@ -229,7 +229,7 @@ class ConnectionTests(unittest.TestCase):
|
|||
c = SubConnection("dbname=thereisnosuchdatabasemate password=foobar")
|
||||
self.assert_(c.closed, "connection failed so it must be closed")
|
||||
self.assert_('foobar' not in c.dsn, "password was not obscured")
|
||||
pass
|
||||
|
||||
|
||||
class IsolationLevelsTestCase(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user