mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Format with google-java-format
This commit is contained in:
parent
17e0fd22b1
commit
61343cd75f
1 changed files with 1 additions and 2 deletions
|
|
@ -452,8 +452,7 @@ public final class RtspMessageUtilTest {
|
|||
@Test
|
||||
public void removeUserInfo_withEncodedAtInUserInfo() {
|
||||
Uri uri = Uri.parse("rtsp://user%40name:pass@foo.bar/foo.mkv");
|
||||
assertThat(RtspMessageUtil.removeUserInfo(uri))
|
||||
.isEqualTo(Uri.parse("rtsp://foo.bar/foo.mkv"));
|
||||
assertThat(RtspMessageUtil.removeUserInfo(uri)).isEqualTo(Uri.parse("rtsp://foo.bar/foo.mkv"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue