Skip to content

Commit a0da31e

Browse files
committed
test test fixture.
1 parent 8093b64 commit a0da31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/postgresql/tests/test_postgresql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ def test_setup_teardown():
99

1010
def test_fixture(tmp_postgres):
1111
pgdata, con_str = tmp_postgres
12-
postgresql.psql(f'-h "{con_str}" -c "select version()"')
12+
postgresql.psql(f'-d "{con_str}" -c "select version()"')

0 commit comments

Comments
 (0)