There was an error while loading. Please reload this page.
1 parent 4781966 commit 537b4ecCopy full SHA for 537b4ec
1 file changed
postgresql/test/testall.py
@@ -23,7 +23,7 @@
23
if Installation.default().ssl:
24
from .test_ssl_connect import *
25
else:
26
- warnings.warn("installation doesn't not support SSL")
+ warnings.warn("installation doesn't support SSL")
27
from .test_driver import *
28
from .test_dbapi20 import *
29
0 commit comments