Typo in test class name fixed (#162)
This commit is contained in:
parent
e9bb18b89b
commit
40e916a34b
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ import com.sun.syndication.unittest.TestSyndFeedRSS20;
|
|||
* @author Martin Kurz
|
||||
*
|
||||
*/
|
||||
public class Isseue162Test extends TestSyndFeedRSS20 {
|
||||
public class Issue162Test extends TestSyndFeedRSS20 {
|
||||
|
||||
public Isseue162Test() {
|
||||
public Issue162Test() {
|
||||
super("rss_2.0");
|
||||
}
|
||||
|
Loading…
Reference in a new issue