Skip to content

Commit

Permalink
Fix Mocking.mdx anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
lupuuss committed Jan 23, 2025
1 parent d5fdb40 commit 300d8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Guides/Mocking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ val repository = mock<BookRepository>(strict)
```
#### AutoUnit

Just like [strict](#Strict) but it does not fail on Unit returning methods.
Just like [strict](#strict) but it does not fail on Unit returning methods.

```kotlin
import dev.mokkery.MockMode.autoUnit
Expand Down

0 comments on commit 300d8dc

Please sign in to comment.