Skip to content

Commit

Permalink
Minor formatting tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Apr 12, 2024
1 parent 6895088 commit 404e67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1418,6 +1418,7 @@ def test_config_in_repl(self):
harness.begin()
self.assertEqual(harness._meta.name, "repl-charm")
self.assertEqual(harness.charm.model.config['foo'], 42)

harness = ops.testing.Harness(ops.CharmBase)
self.addCleanup(harness.cleanup)
self.assertEqual(harness._meta.name, "test-charm")
Expand Down

0 comments on commit 404e67c

Please sign in to comment.