Skip to content

Commit

Permalink
Bump arrow with the crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Nov 14, 2024
1 parent 6e31902 commit b42540f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class MyInfoPresenterTest {
"1234567",
)

@Ignore(
"https://slack-chats.kotlinlang.org/t/23415572/tried-bumping-to-2-0-0-beta-1-and-i-am-getting-a-super-weird#f40b83a4-e5f0-4407-9dbb-c53491e66895",
)
@Test
fun `if phone and email are updated they are received in state`() = runTest {
val profileRepository = FakeProfileRepository()
Expand Down Expand Up @@ -75,9 +72,6 @@ class MyInfoPresenterTest {
}
}

@Ignore(
"https://slack-chats.kotlinlang.org/t/23415572/tried-bumping-to-2-0-0-beta-1-and-i-am-getting-a-super-weird#f40b83a4-e5f0-4407-9dbb-c53491e66895",
)
@Test
fun `if save button is clicked it is not showing anymore`() = runTest {
val profileRepository = FakeProfileRepository()
Expand Down Expand Up @@ -109,9 +103,6 @@ class MyInfoPresenterTest {
}
}

@Ignore(
"https://slack-chats.kotlinlang.org/t/23415572/tried-bumping-to-2-0-0-beta-1-and-i-am-getting-a-super-weird#f40b83a4-e5f0-4407-9dbb-c53491e66895",
)
@Test
fun `if error is received show error section`() = runTest {
val profileRepository = FakeProfileRepository()
Expand All @@ -131,9 +122,6 @@ class MyInfoPresenterTest {
}
}

@Ignore(
"https://slack-chats.kotlinlang.org/t/23415572/tried-bumping-to-2-0-0-beta-1-and-i-am-getting-a-super-weird#f40b83a4-e5f0-4407-9dbb-c53491e66895",
)
@Test
fun `can recover from a network error`() = runTest {
val profileRepository = FakeProfileRepository()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ androidx-other-workManager = "2.10.0"
androidx-test = "1.6.1"
androidx-testRunners = "1.6.2"
androidxGraphicsShapes = "1.0.1"
arrow = "2.0.0-beta.1"
arrow = "2.0.0-beta.2"
assertK = "0.28.1"
coil = "2.7.0"
composeRichtext = "1.0.0-alpha01"
Expand Down

0 comments on commit b42540f

Please sign in to comment.