Commit 7a3b018
committed
test(SubscriptionControllerComponentTest): fix Kotlin compilation errors
> Task :compileDebugAndroidTestKotlin FAILED
e: file:///mnt/storage/projects/7sim/7sim/tests/androidTest/src/java/com/github/iusmac/sevensim/telephony/SubscriptionControllerComponentTest.kt:60:74 Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type (Mutable)List<SubscriptionInfo!>?
e: file:///mnt/storage/projects/7sim/7sim/tests/androidTest/src/java/com/github/iusmac/sevensim/telephony/SubscriptionControllerComponentTest.kt:119:13 Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type (Mutable)List<SubscriptionInfo!>?
Signed-off-by: iusmac <iusico.maxim@libero.it>1 parent 7ee5eef commit 7a3b018
File tree
1 file changed
+2
-2
lines changed- tests/androidTest/src/java/com/github/iusmac/sevensim/telephony
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments