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.
Fixes
BreedModelTest
compile error by adding stub functions for theviewUpdate
anderrorUpdate
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.