Closed rgildein closed 3 years ago
There is an error in the README.md file:
assert ops_test.applications["my-charm"].units[0].workload_status == "active"
should be
assert ops_test.model.applications["my-charm"].units[0].workload_status == "active"
There is an error in the README.md file:
should be