You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/pushproviders/unifiedpush/src/test/kotlin/io/element/android/libraries/pushproviders/unifiedpush/DefaultUnifiedPushGatewayUrlResolverTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ class DefaultUnifiedPushGatewayUrlResolverTest {
59
59
}
60
60
61
61
@Test
62
-
fun`resolve Error returns the url if no current url is available`() {
62
+
fun`resolve Error returns the default gateway url if no current url is available`() {
63
63
val sut = createDefaultUnifiedPushGatewayUrlResolver(
64
64
unifiedPushStore =FakeUnifiedPushStore(
65
65
getPushGatewayResult = { instance ->
@@ -72,7 +72,7 @@ class DefaultUnifiedPushGatewayUrlResolverTest {
0 commit comments