Skip to content

Commit

Permalink
Merge pull request #1123 from wallind/1122-fix-header-for-clearStatic…
Browse files Browse the repository at this point in the history
…Mockk

1122(docs): fix header for `clearStaticMockk`
  • Loading branch information
Raibaz committed Jul 18, 2023
2 parents ca59598 + 6ce06c9 commit a1f6f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mockk/src/commonMain/kotlin/io/mockk/MockK.kt
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ inline fun mockkStatic(vararg classes: String) = MockK.useImpl {
}

/**
* Cancel static mocks.
* Clears static mocks.
*/
inline fun clearStaticMockk(
vararg classes: KClass<*>,
Expand Down

0 comments on commit a1f6f0f

Please sign in to comment.