mapbox / mapbox-navigation-android-examples

Other
53 stars 46 forks source link

use provider to create MapboxNavigation instance #94

Closed dzinad closed 2 years ago

dzinad commented 2 years ago

Fixes #93.

dzinad commented 2 years ago

I didn't find any unit tests or changelog to be updated for these changes.

RingerJK commented 2 years ago

I didn't find any unit tests or changelog to be updated for these changes.

because we don't have unit tests here 😄 Most cases are covered in the original repo and 1TAP. We can add tests for repo-specific business logic, do you see any?

RingerJK commented 2 years ago

I didn't find any unit tests or changelog to be updated for these changes.

because we don't have unit tests here 😄 Most cases are covered in the original repo and 1TAP. We can add tests for repo-specific business logic, do you see any?

dzinad commented 2 years ago

We can add tests for repo-specific business logic, do you see any?

Which repo? This one or the sdk? Adding unit tests for the examples seems kinda weird.