Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhuizinga committed Mar 20, 2020
1 parent d340875 commit 7c54ac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object YourObject
* [TestInstance.Lifecycle.PER_CLASS] and [@BeforeAll][BeforeAll].
*
* Then the unit tests in `ExampleMockkClearUnmockExtensionTest` run.
* Test 1 mocks [YourObject.toString] and then asserts and verified this.
* Test 1 mocks [YourObject.toString] and then asserts and verifies this.
* Test 2 is in the same test class, so `YourObject` is still mocked, but any mock state from test 1
* should not leak into test 2 (i.e. the mock should be cleared); this is tested in test 2.
*
Expand Down

0 comments on commit 7c54ac6

Please sign in to comment.