You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-kotlin-multiplatform/src/appleTest/kotlin/io/sentry/kotlin/multiplatform/UpdateFromKmpEventChangesTest.apple.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ import kotlinx.cinterop.convert
9
9
importkotlin.test.Test
10
10
importkotlin.test.assertEquals
11
11
12
-
classUpdateFromKmpEventChangesTest {
12
+
actualclassUpdateFromKmpEventChangesTest {
13
13
@Test
14
-
fun`native value is untouched when before and after values are the same`() {
14
+
actualfun`native value is untouched when before and after values are the same`() {
15
15
val cocoaEvent =CocoaSentryEvent().apply {
16
16
releaseName ="1.0"
17
17
dist ="1"
@@ -56,7 +56,7 @@ class UpdateFromKmpEventChangesTest {
56
56
}
57
57
58
58
@Test
59
-
fun`native value is updated when before and after values are different`() {
59
+
actualfun`native value is updated when before and after values are different`() {
Copy file name to clipboardExpand all lines: sentry-kotlin-multiplatform/src/commonJvmTest/kotlin/io/sentry/kotlin/multiplatform/UpdateFromKmpEventChangesTest.jvm.kt
0 commit comments