Skip to content

Commit 03911ab

Browse files
committed
Fixed trailing whitespace in single-postgres.yml and test_executor.py
1 parent 7500137 commit 03911ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/single-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "POSTGRESQL_EXEC=$pgPath" >> $env:GITHUB_ENV
5858
}
5959
}
60-
60+
6161
# Verify that PostgreSQL was found
6262
if (-not $pgPath) {
6363
Write-Error "Error: pg_ctl not found in expected locations. Checked hardcoded path and system PATH."

tests/test_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def test_executor_with_special_chars_in_all_paths(
196196
tmpdir = tmp_path_factory.mktemp(f"pytest-postgresql-{request.node.name}") / "my test dir"
197197
tmpdir.mkdir(exist_ok=True)
198198
datadir, logfile_path = process._prepare_dir(tmpdir, port)
199-
199+
200200
# Create the socket directory for Unix systems.
201201
# Use basetemp to keep the path short: Unix domain sockets have a 108-char
202202
# OS-level path limit, and the nested test temp path easily exceeds it.

0 commit comments

Comments
 (0)