Skip to content

Commit 92e8891

Browse files
JP-EllisCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5d5b2f5 commit 92e8891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/catalog/multipart_matching_rules/test_consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_multipart_upload_with_matching_rules(pact: Pact) -> None:
106106
107107
To view the implementation, expand the source code below.
108108
"""
109-
# It is recommended to use a fixed boundary for testing, This ensures that
109+
# It is recommended to use a fixed boundary for testing, this ensures that
110110
# the generated Pact is consistent across test runs.
111111
boundary = "test-boundary-12345"
112112

examples/catalog/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema httpss://www.schemastore.org/pyproject.toml
1+
#:schema https://www.schemastore.org/pyproject.toml
22
[project]
33
name = "pact-python-catalog"
44
version = "1.0.0"

0 commit comments

Comments
 (0)