Skip to content

Commit

Permalink
fix(postgres): doctest (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: Vemund Santi <[email protected]>
  • Loading branch information
alexanderankin and santi authored Mar 22, 2024
1 parent 5758310 commit c9c6f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/postgres/testcontainers/postgres/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PostgresContainer(DbContainer):
... result = connection.execute(sqlalchemy.text("select version()"))
... version, = result.fetchone()
>>> version
'PostgreSQL 9.5...'
'PostgreSQL 16...'
"""

def __init__(
Expand Down

0 comments on commit c9c6f92

Please sign in to comment.