Skip to content

Commit c9c6f92

Browse files
alexanderankinsanti
andauthoredMar 22, 2024··
fix(postgres): doctest (#473)
Co-authored-by: Vemund Santi <vemund@santi.no>
1 parent 5758310 commit c9c6f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎modules/postgres/testcontainers/postgres/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class PostgresContainer(DbContainer):
4545
... result = connection.execute(sqlalchemy.text("select version()"))
4646
... version, = result.fetchone()
4747
>>> version
48-
'PostgreSQL 9.5...'
48+
'PostgreSQL 16...'
4949
"""
5050

5151
def __init__(

0 commit comments

Comments
 (0)
Please sign in to comment.