Skip to content

Commit

Permalink
Don't say 'Harness'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Dec 18, 2024
1 parent b9b0fde commit 0f5d5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/get-started-with-charm-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ A 'live', deployed Juju application will have access to all the inputs we discus

You will notice that the starting point is typically always an event. A charm doesn't do anything unless it's being run, and it is only run when an event occurs. So there is *always* an event context to be mocked. This has important consequences for the unit-testing framework, as we will see below.

### The harness
### The framework

In the charming world, unit testing means state-transition testing.

Expand Down

0 comments on commit 0f5d5b5

Please sign in to comment.