launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28053
[Merge] lpcraft:fix-wording into lpcraft:main
Jürgen Gmach has proposed merging lpcraft:fix-wording into lpcraft:main.
Commit message:
improve wording
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~launchpad/lpcraft/+git/lpcraft/+merge/415144
--
Your team Launchpad code reviewers is requested to review the proposed merge of lpcraft:fix-wording into lpcraft:main.
diff --git a/lpcraft/commands/tests/test_run.py b/lpcraft/commands/tests/test_run.py
index fe903e8..bacbc03 100644
--- a/lpcraft/commands/tests/test_run.py
+++ b/lpcraft/commands/tests/test_run.py
@@ -1303,7 +1303,7 @@ class TestRunOne(RunBaseTestCase):
def test_path_config_file(
self, mock_get_host_architecture, mock_get_provider
):
- # When a custom location / config file ensure we
+ # When a custom location / config file is provided, ensure we
# pick it up instead of defaulting to .launchpad.yaml.
self.tmp_config_path = os.path.join(
self.tmp_project_path, "test-config"