fix: typos in Test

This commit is contained in:
B0pol 2020-01-15 14:27:52 +01:00
parent 4aaf123f24
commit 3743c60695
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ public class PeertubeChannelLinkHandlerFactoryTest {
} }
@Test @Test
public void acceptrUrlTest() throws ParsingException { public void acceptUrlTest() throws ParsingException {
assertTrue(linkHandler.acceptUrl("https://peertube.mastodon.host/accounts/kranti@videos.squat.net")); assertTrue(linkHandler.acceptUrl("https://peertube.mastodon.host/accounts/kranti@videos.squat.net"));
} }

View File

@ -24,7 +24,7 @@ public class PeertubeCommentsLinkHandlerFactoryTest {
} }
@Test @Test
public void acceptrUrlTest() throws ParsingException { public void acceptUrlTest() throws ParsingException {
assertTrue(linkHandler.acceptUrl("https://peertube.mastodon.host/api/v1/videos/19319/comment-threads?start=0&count=10&sort=-createdAt")); assertTrue(linkHandler.acceptUrl("https://peertube.mastodon.host/api/v1/videos/19319/comment-threads?start=0&count=10&sort=-createdAt"));
} }

View File

@ -24,7 +24,7 @@ public class PeertubePlaylistLinkHandlerFactoryTest {
} }
@Test @Test
public void acceptrUrlTest() throws ParsingException { public void acceptUrlTest() throws ParsingException {
assertTrue(linkHandler.acceptUrl("https://peertube.mastodon.host/video-channels/b45e84fb-c47f-475b-94f2-718126154d33/videos")); assertTrue(linkHandler.acceptUrl("https://peertube.mastodon.host/video-channels/b45e84fb-c47f-475b-94f2-718126154d33/videos"));
} }

View File

@ -24,7 +24,7 @@ public class YoutubeChannelLinkHandlerFactoryTest {
} }
@Test @Test
public void acceptrUrlTest() throws ParsingException { public void acceptUrlTest() throws ParsingException {
assertTrue(linkHandler.acceptUrl("https://www.youtube.com/user/Gronkh")); assertTrue(linkHandler.acceptUrl("https://www.youtube.com/user/Gronkh"));
assertTrue(linkHandler.acceptUrl("https://www.youtube.com/user/Netzkino/videos")); assertTrue(linkHandler.acceptUrl("https://www.youtube.com/user/Netzkino/videos"));