Renamed IteratorTest -> IterationTest

This commit is contained in:
moandji.ezana 2015-06-12 15:32:15 +02:00
parent 80008fca15
commit 1c3e0642ae
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import org.junit.rules.ExpectedException;
import com.moandjiezana.toml.testutils.Utils;
public class IteratorTest {
public class IterationTest {
@Rule
public final ExpectedException expectedException = ExpectedException.none();