Skip to content

chore(deps): update actions/checkout digest to eef6144 #87

chore(deps): update actions/checkout digest to eef6144

chore(deps): update actions/checkout digest to eef6144 #87

GitHub Actions / JUnit Test Report failed Oct 9, 2024 in 0s

23 tests run, 22 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in project/app/src/androidTest/java/org/owntracks/android/mqtt/MQTTMessagePublishTests.kt

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MQTTMessagePublishTests.given_an_MQTT_configured_client_when_the_broker_sends_a_location_for_a_cleared_contact_then_a_the_contact_returns_with_the_correct_details

java.lang.IndexOutOfBoundsException: Empty list doesn't contain element at index 0.
at kotlin.collections.EmptyList.get(Collections.kt:37)
Raw output
java.lang.IndexOutOfBoundsException: Empty list doesn't contain element at index 0.
at kotlin.collections.EmptyList.get(Collections.kt:37)
at kotlin.collections.EmptyList.get(Collections.kt:25)
at org.owntracks.android.ui.map.MapViewModel$orientationSensorEventListener$1.onSensorChanged(MapViewModel.kt:390)
at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent(SystemSensorManager.java:886)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:161)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7839)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)