reordered services

This commit is contained in:
yausername
2019-03-23 19:12:26 +05:30
parent aabc65b57d
commit e4e6d44770
2 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ public class MediaCCCSearchExtractorEventsTest {
@Test
public void testServiceId() throws Exception {
assertEquals(3, extractor.getServiceId());
assertEquals(2, extractor.getServiceId());
}
@Test