kosi-libs / MocKMP

A mocking processor for Kotlin Multiplatform
https://kosi-libs.org/mockmp
MIT License
184 stars 12 forks source link

Mocked methods can't return null #22

Closed ankushg closed 2 years ago

ankushg commented 2 years ago

This seems to be a regression introduced in 1.6.0:

https://github.com/Kodein-Framework/MocKMP/commit/95cf9675e5d4eb7e9a43a34edc01bc46222f57ae#r74049020

SalomonBrys commented 2 years ago

I feel very embarrassed I did not catch that... This is fixed in 1.6.1.

ankushg commented 2 years ago

No worries 😄

stuff like this happens, and you added a test so it shouldn't happen again!