google-developer-training / android-basics-kotlin-cupcake-app

Apache License 2.0
103 stars 163 forks source link

Test ViewModels and LiveData Locale test #87

Closed GPRSBirkbeck closed 10 months ago

GPRSBirkbeck commented 1 year ago

URL of codelab https://developer.android.com/codelabs/android-basics-kotlin-test-viewmodel-and-livedata?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-kotlin-unit-3-pathway-4%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fandroid-basics-kotlin-test-viewmodel-and-livedata#5

In which task and step of the codelab can this issue be found? Task 6, step 4

Describe the problem The test passes for non-US based devs, as the currency sign may be different - it might be worth adding a note about this to the text, e.g.: "Your test should look like this, but may differ due to your Locale object":

Steps to reproduce?

  1. Go to...
  2. Click on...
  3. See error...

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.