Removed useless throw declaration

This commit is contained in:
litetex 2022-03-14 22:14:50 +01:00
parent 69a58fd3d1
commit 49dfdae5d2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class PeertubePlaylistLinkHandlerFactoryTest {
}
@Test
void getUrl() throws ParsingException {
void getUrl() {
assertDoesNotThrow(() -> linkHandler.fromUrl("https://framatube.org/videos/watch/playlist/d8ca79f9-e4c7-4269-8183-d78ed269c909").getUrl());
assertDoesNotThrow(() -> linkHandler.fromUrl("https://framatube.org/w/p/d8ca79f9-e4c7-4269-8183-d78ed269c909").getUrl());
assertDoesNotThrow(() -> linkHandler.fromUrl("https://framatube.org/w/p/sLFbqXsw7sPR3AfvqQSBZB").getUrl());