Skip to content

Commit d8ca8b1

Browse files
committed
Correct a capitalization inconsistency in a test case.
1 parent 6368b83 commit d8ca8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/platforms/macOS/app/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def first_app_templated(first_app_config, tmp_path):
7373
# Create the support package VERSIONS file
7474
# with a deliberately weird min macOS version
7575
create_file(
76-
tmp_path / "base_path/build/first-app/macos/app/Support/VERSIONS",
76+
tmp_path / "base_path/build/first-app/macos/app/support/VERSIONS",
7777
"\n".join(
7878
[
7979
"Python version: 3.10.15",

0 commit comments

Comments
 (0)