Skip to content

Commit

Permalink
remove unnecessary spread operator
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Jul 21, 2022
1 parent 2ca2423 commit f100de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockk/common/src/main/kotlin/io/mockk/MockK.kt
Expand Up @@ -342,7 +342,7 @@ fun clearMocks(
MockK.useImpl {
MockKDsl.internalClearMocks(
firstMock = firstMock,
mocks = *mocks,
mocks = mocks,
answers = answers,
recordedCalls = recordedCalls,
childMocks = childMocks,
Expand Down

0 comments on commit f100de4

Please sign in to comment.