Skip to content

Commit

Permalink
Fix deprecated type check call
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Oct 2, 2023
1 parent 69a082c commit cc230f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ViewModelTests {
@Test
fun ensurePublicFunctionsHaveNoReturnType() {
allViewModels().functions().withPublicOrDefaultModifier().assertNot { function ->
function.hasReturnType
function.hasReturnType()
}
}

Expand Down

0 comments on commit cc230f6

Please sign in to comment.