Skip to content

Commit 4c5fe9a

Browse files
committed
fix: typo
1 parent e5492f3 commit 4c5fe9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_databases/docker/postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def postgres_port(postgres16_port: int) -> int:
110110

111111
@pytest.fixture(scope="session")
112112
def docker_compose_files() -> list[Path]:
113-
return [Path(Path(__file__).parent / "docker-compose.cockroachdb.yml")]
113+
return [Path(Path(__file__).parent / "docker-compose.postgres.yml")]
114114

115115

116116
@pytest.fixture(autouse=False)

0 commit comments

Comments
 (0)