Skip to content

Commit cd01ce3

Browse files
committed
correct typo
1 parent 7748838 commit cd01ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ async def test_deploy_bundle_with_pinned_charm_revision():
188188
bundle_dir = INTEGRATION_TEST_DIR / 'bundle-with-charm-revision.yaml'
189189
bundle_yaml_path = bundle_dir / 'bundle-include-file.yaml'
190190
# Revision of the hello-juju charm defined in the bundle yaml
191-
# We can also read the yaml to get the revision but wr're hard-coding it for now for simplicity
191+
# We can also read the yaml to get the revision but we are hard-coding it for now for simplicity
192192
pinned_revision = 8
193193

194194
async with base.CleanModel() as model:

0 commit comments

Comments
 (0)