Skip to content

Commit e6bf5d5

Browse files
natiginfogithub-actions[bot]
authored andcommitted
Fix subscribeMapLoadingErrorEvent test (#3732)
GitOrigin-RevId: 665357ae7493811bbac68455f72739020a883abe
1 parent 8a1f35f commit e6bf5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/java/com/mapbox/maps/testapp/observable/ObservableEventsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class ObservableEventsTest : BaseMapTest() {
126126
assertNotNull(eventData.timestamp.time)
127127
assertEquals(MapLoadingErrorType.STYLE, eventData.type)
128128
assertEquals(
129-
"Failed to load style: Couldn't connect to server: Exception in CronetUrlRequest: net::ERR_NAME_NOT_RESOLVED, ErrorCode=1, InternalErrorCode=-105, Retryable=false",
129+
"Failed to load style 'https://wrongurl': Couldn't connect to server: Exception in CronetUrlRequest: net::ERR_NAME_NOT_RESOLVED, ErrorCode=1, InternalErrorCode=-105, Retryable=false",
130130
eventData.message
131131
)
132132
latch.countDown()

0 commit comments

Comments
 (0)