Skip to content

Commit

Permalink
Address PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Oct 16, 2024
1 parent 5bad8ca commit 8697729
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion buildSrc/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'backend_buildSrc'
rootProject.name = 'kmmResult_buildSrc'
29 changes: 0 additions & 29 deletions buildSrc/src/main/kotlin/Versions.kt

This file was deleted.

2 changes: 0 additions & 2 deletions kmmresult/src/commonTest/kotlin/KmmResultTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ class KmmResultTest {
@Test
fun testNonFatal() {



runCatching { throw CancellationException() }

assertFailsWith(CancellationException::class) {
Expand Down

0 comments on commit 8697729

Please sign in to comment.