Skip to content

Commit 5832722

Browse files
author
egalpin
committed
Fixes test whitespace warning
1 parent ee07e2c commit 5832722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_connect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,10 @@ class TestConnectParams(tb.TestCase):
316316
'dsn': 'pq:///dbname?host=/unix_sock/test&user=spam',
317317
'error': (ValueError, 'invalid DSN')
318318
},
319+
319320
{
320321
'dsn': 'postgres://user3:123123@localhost,127.0.0.1:5555/abcdef',
321-
'result': ([('localhost', 5555),('127.0.0.1', 5555)], {
322+
'result': ([('localhost', 5555), ('127.0.0.1', 5555)], {
322323
'user': 'user3',
323324
'password': '123123',
324325
'database': 'abcdef'})

0 commit comments

Comments
 (0)