touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

Fix common test compile error in BreedModelTest.kt #64

Closed ecgreb closed 4 years ago

ecgreb commented 4 years ago

Fixes BreedModelTest compile error by adding stub functions for the viewUpdate and errorUpdate constructor params.

Not exactly what I would call "good test coverage" but at least it resolves the compile error for now. I'll follow up with a commit to to ensure success/failure callbacks are properly invoked.