Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/checkout digest to 11bd719 #1877

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

chore(deps): update actions/checkout digest to 11bd719

ff2558e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): update actions/checkout digest to 11bd719 #1877

chore(deps): update actions/checkout digest to 11bd719
ff2558e
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Nov 20, 2024 in 0s

19 tests run, 18 passed, 0 skipped, 1 failed.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MQTTTransitionEventTests.given_an_MQTT_configured_client_when_the_location_enters_a_geofence_a_transition_message_is_sent

java.lang.AssertionError: Packet has been received that is a transition message with the correct details
at org.junit.Assert.fail(Assert.java:89)
Raw output
java.lang.AssertionError: Packet has been received that is a transition message with the correct details
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.owntracks.android.mqtt.MQTTTransitionEventTests.given_an_MQTT_configured_client_when_the_location_enters_a_geofence_a_transition_message_is_sent(MQTTTransitionEventTests.kt:200)