Skip to content

Commit

Permalink
Re-add the README fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Aug 19, 2024
1 parent 7f9ae39 commit 2b28ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ class MyCharm(ops.CharmBase):
event.defer()


def test_start_on_deferred_update_status(MyCharm):
def test_start_on_deferred_update_status():
"""Test charm execution if a 'start' is dispatched when in the previous run an update-status had been deferred."""
ctx = scenario.Context(MyCharm)
state_in = scenario.State(
Expand Down

0 comments on commit 2b28ea5

Please sign in to comment.