Skip to content

Commit 599bc78

Browse files
litetexStypox
andcommitted
Improve naming
Co-Authored-By: Stypox <stypox@pm.me>
1 parent 60c7790 commit 599bc78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/GeneralNewPipeTest.java renamed to extractor/src/test/java/org/schabi/newpipe/extractor/GeneralServiceTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
import java.util.HashSet;
1212

13-
public class GeneralNewPipeTest {
13+
public class GeneralServiceTest {
1414
@Test
15-
public void getAllServicesTest() throws Exception {
15+
public void getAllServicesTest() {
1616
assertEquals(NewPipe.getServices().size(), ServiceList.all().size());
1717
}
1818

1919
@Test
20-
public void testAllServicesHaveDifferentId() throws Exception {
20+
public void testAllServicesHaveDifferentId() {
2121
final HashSet<Integer> servicesId = new HashSet<>();
2222
for (final StreamingService streamingService : NewPipe.getServices()) {
2323
final String errorMsg =

0 commit comments

Comments
 (0)