mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Fix typo in a new test name
This commit is contained in:
parent
a4cbb088fe
commit
602fefcae3
|
@ -381,7 +381,7 @@ class ParseDsnTestCase(ConnectingTestCase):
|
|||
self.assertRaises(TypeError, parse_dsn, None)
|
||||
self.assertRaises(TypeError, parse_dsn, 42)
|
||||
|
||||
def test_get_dsn_paramaters(self):
|
||||
def test_get_dsn_parameters(self):
|
||||
conn = self.connect()
|
||||
d = conn.get_dsn_parameters()
|
||||
self.assertEqual(d['dbname'], dbname) # the only param we can check reliably
|
||||
|
|
Loading…
Reference in New Issue
Block a user