mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-03-06 08:55:46 +03:00
Fixed typo in tests
This commit is contained in:
parent
c008f9d1ce
commit
a338da9c19
|
@ -443,7 +443,7 @@ decorate_all_tests(LargeObjectTruncateTests,
|
|||
def _has_lo64(conn):
|
||||
"""Return (bool, msg) about the lo64 support"""
|
||||
if conn.server_version < 90300:
|
||||
return (False, "server version %s doesn'ts support the lo64 API"
|
||||
return (False, "server version %s doesn't support the lo64 API"
|
||||
% conn.server_version)
|
||||
|
||||
if 'lo64' not in psycopg2.__version__:
|
||||
|
|
Loading…
Reference in New Issue
Block a user