This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-python.git
commit 2262c34d89ec76045c47da0037cada008886d29b Author: Jiri Daněk <[email protected]> AuthorDate: Sun Apr 16 18:08:35 2023 +0200 NO-JIRA: fix few random typos --- README.md | 2 +- qpid_tests/broker_0_10/alternate_exchange.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd8442d..6a9a514 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ by default run the Python unit tests and the 0-10 conformance tests: $ ./qpid-python-test -If you wish to run the 0-8 or 0-9 conformence tests, they may be +If you wish to run the 0-8 or 0-9 conformance tests, they may be selected as follows: 1. Run a broker on the default port. diff --git a/qpid_tests/broker_0_10/alternate_exchange.py b/qpid_tests/broker_0_10/alternate_exchange.py index 0ed40c5..02e9356 100644 --- a/qpid_tests/broker_0_10/alternate_exchange.py +++ b/qpid_tests/broker_0_10/alternate_exchange.py @@ -180,7 +180,7 @@ class AlternateExchangeTests(TestBase010): def test_del_alternate_to_exchange(self): """ - Ensure that attempting to modify an exhange by declaring + Ensure that attempting to modify an exchange by declaring it again without an alternate does nothing """ session = self.session --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
