Skip to content

Commit

Permalink
fix suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Apr 3, 2024
1 parent d55cb85 commit e5f2e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mocked_plans/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def sample_plans() -> dict[str, tuple[Model, str]]:
This fixture returns a dictionary with the filename as the key and
a tuple consisting of a cou.utils.juju_utils.Model object and the
expected plan in string format as the value. The get_applications
function of this Model object returns the applications read from a
function of this Model object returns the applications read from a
YAML file, from which the expected plan is also parsed.
"""
directory = Path(__file__).parent / "sample_plans"
Expand Down

0 comments on commit e5f2e1e

Please sign in to comment.