mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-15 02:16:21 +01:00
Fixed typo
This commit is contained in:
parent
18372a4d9b
commit
bd759a706c
@ -38,7 +38,7 @@ public class URLCheckerTest extends AndroidTestCase {
|
||||
assertEquals("http://example.com", out);
|
||||
}
|
||||
|
||||
public void testItcpProtocol() {
|
||||
public void testItpcProtocol() {
|
||||
final String in = "itpc://example.com";
|
||||
final String out = URLChecker.prepareURL(in);
|
||||
assertEquals("http://example.com", out);
|
||||
|
Loading…
Reference in New Issue
Block a user