mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-28 09:29:28 +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);
|
assertEquals("http://example.com", out);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testItcpProtocol() {
|
public void testItpcProtocol() {
|
||||||
final String in = "itpc://example.com";
|
final String in = "itpc://example.com";
|
||||||
final String out = URLChecker.prepareURL(in);
|
final String out = URLChecker.prepareURL(in);
|
||||||
assertEquals("http://example.com", out);
|
assertEquals("http://example.com", out);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user