Skip to content

Commit

Permalink
Fixes for successful testing
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Aug 28, 2023
1 parent c936e15 commit 1fc1964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MockInjector(
val injectImmutable: Boolean,
val overrideValues: Boolean
) {
companion object {
private companion object {
private val sortCriteria = compareBy<KFunction<Any>>(
{ -it.parameters.size },
{ fn -> fn.parameters.joinToString(",") { it.type.toString() } }
Expand Down

0 comments on commit 1fc1964

Please sign in to comment.