mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
[FIXED] Unit tests
This commit is contained in:
@@ -580,7 +580,7 @@ class TrmnlDisplayRepositoryTest {
|
||||
|
||||
// Assert
|
||||
assertThat(result.isSuccess).isTrue()
|
||||
assertThat(result.getOrNull()).isEqualTo(1)
|
||||
assertThat(result.getOrNull()).isEqualTo(41448)
|
||||
|
||||
// Verify API was NOT called since we're using mocked response
|
||||
coVerify(exactly = 0) { apiService.getDeviceMe(any(), any()) }
|
||||
|
||||
Reference in New Issue
Block a user