Skip to content

Commit 57cf47b

Browse files
authored
Merge pull request #236 from B0pol/fix_typos
fix: typos in Test
2 parents 4aaf123 + 3743c60 commit 57cf47b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeChannelLinkHandlerFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static void setUp() {
2424
}
2525

2626
@Test
27-
public void acceptrUrlTest() throws ParsingException {
27+
public void acceptUrlTest() throws ParsingException {
2828
assertTrue(linkHandler.acceptUrl("https://peertube.mastodon.host/accounts/kranti@videos.squat.net"));
2929
}
3030

extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeCommentsLinkHandlerFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static void setUp() {
2424
}
2525

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

extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubePlaylistLinkHandlerFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static void setUp() {
2424
}
2525

2626
@Test
27-
public void acceptrUrlTest() throws ParsingException {
27+
public void acceptUrlTest() throws ParsingException {
2828
assertTrue(linkHandler.acceptUrl("https://peertube.mastodon.host/video-channels/b45e84fb-c47f-475b-94f2-718126154d33/videos"));
2929
}
3030

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelLinkHandlerFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static void setUp() {
2424
}
2525

2626
@Test
27-
public void acceptrUrlTest() throws ParsingException {
27+
public void acceptUrlTest() throws ParsingException {
2828
assertTrue(linkHandler.acceptUrl("https://www.youtube.com/user/Gronkh"));
2929
assertTrue(linkHandler.acceptUrl("https://www.youtube.com/user/Netzkino/videos"));
3030

0 commit comments

Comments
 (0)