Skip to content

Commit

Permalink
Fix test in README for container.pebble_ready_event().
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Jan 17, 2024
1 parent 22d48dc commit 693a262
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 693a262

Please sign in to comment.