mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Minor: Change URL in test
Use a URL with a `.test` tld (RFC 2606) to make it clear it's an testing URL. PiperOrigin-RevId: 463852174
This commit is contained in:
parent
e331bf2c53
commit
4713c7fea8
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ public class DefaultMediaNotificationProviderTest {
|
||||||
when(mockMediaSession.getPlayer()).thenReturn(mockPlayer);
|
when(mockMediaSession.getPlayer()).thenReturn(mockPlayer);
|
||||||
MediaSessionImpl mockMediaSessionImpl = mock(MediaSessionImpl.class);
|
MediaSessionImpl mockMediaSessionImpl = mock(MediaSessionImpl.class);
|
||||||
when(mockMediaSession.getImpl()).thenReturn(mockMediaSessionImpl);
|
when(mockMediaSession.getImpl()).thenReturn(mockMediaSessionImpl);
|
||||||
when(mockMediaSessionImpl.getUri()).thenReturn(Uri.parse("http://example.com"));
|
when(mockMediaSessionImpl.getUri()).thenReturn(Uri.parse("https://example.test"));
|
||||||
return mockMediaSession;
|
return mockMediaSession;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue