Skip to content

Commit

Permalink
Merge pull request #96 from tonyandrewmeyer/container-pebble-ready-re…
Browse files Browse the repository at this point in the history
…adme-typo

docs: fix event in README example for pebble-ready
  • Loading branch information
PietroPasotti authored Jan 17, 2024
2 parents 22d48dc + 693a262 commit a5d5054
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,9 @@ def test_pebble_push():
)
Context(
MyCharm,
meta={"name": "foo", "containers": {"foo": {}}}).run(
"start",
meta={"name": "foo", "containers": {"foo": {}}}
).run(
container.pebble_ready_event(),
state_in,
)
assert local_file.read().decode() == "TEST"
Expand Down

0 comments on commit a5d5054

Please sign in to comment.