From 66b53102199587ad79dd3e3a354b25fcea4b43ac Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Thu, 6 Jun 2024 18:39:14 +1200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d405a648..567f2210 100644 --- a/README.md +++ b/README.md @@ -1008,7 +1008,7 @@ foo_relation = scenario.Relation('foo') deferred_event = ctx.on.relation_changed(foo_relation).deferred(handler=MyCharm._on_foo_relation_changed) ``` -=# Live charm introspection +# Live charm introspection Scenario is a black-box, state-transition testing framework. It makes it trivial to assert that a status went from A to B, but not to assert that, in the context of this charm execution, with this state, a certain charm-internal method was called and returned a