Skip to content

Commit

Permalink
Merge pull request #1067 from polarene/patch-3
Browse files Browse the repository at this point in the history
Amend "Top Level functions"
  • Loading branch information
Raibaz committed Apr 12, 2023
2 parents c1e35d2 + a89f924 commit ebd8c15
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 @@ -893,7 +893,7 @@ assertEquals(testCar, buildCar())
verify { buildCar() }
```

Mocking a function doesn't affect other functions declared in the same file.
Mocking a function will clear any existing mocks of other functions declared in the same file, equivalent to calling `clearStaticMockk` on the generated enclosing class.

### Extension functions

Expand Down

0 comments on commit ebd8c15

Please sign in to comment.