Skip to content

Commit

Permalink
remove dep and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed May 22, 2024
1 parent 314436e commit 934d7f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ dependencies {
implementation(Dependencies.KotlinX.coroutinesAndroid)

implementation(Dependencies.Arrow.core)
implementation(Dependencies.Arrow.optics)

// UI tooling
implementation(Dependencies.Compose.uiToolingPreview)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SelectLocationScreenTest {
customLists = emptyList(),
filteredCustomLists = emptyList(),
countries = updatedDummyList,
selectedItem = updatedDummyList[0].cities[0].relays[0],
selectedItem = updatedDummyList[0].cities[0].relays[0].id,
selectedOwnership = null,
selectedProvidersCount = 0,
searchTerm = ""
Expand Down

0 comments on commit 934d7f0

Please sign in to comment.