Skip to content

Commit 91d83fd

Browse files
committed
Try using API 33 for the new tests.
They worked locally with API 30, so it's weird the CI asks for a higher API version
1 parent bdf789f commit 91d83fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/conversations/DefaultNotificationConversationServiceTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import org.robolectric.RobolectricTestRunner
2828
import org.robolectric.annotation.Config
2929

3030
@RunWith(RobolectricTestRunner::class)
31-
@Config(sdk = [Build.VERSION_CODES.R])
31+
@Config(sdk = [Build.VERSION_CODES.TIRAMISU])
3232
class DefaultNotificationConversationServiceTest {
3333
@Test
3434
fun `onSendMessage adds a shortcut`() = runTest {

0 commit comments

Comments
 (0)