Fixed names.
This commit is contained in:
parent
8f5860af35
commit
1bbc710897
2 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
* @created 2019-04-07
|
||||
* @since 1.0
|
||||
*/
|
||||
public class CurrencyConvertTest {
|
||||
public class CurrentConverterTest {
|
||||
@Test
|
||||
public void testLookupImpl() {
|
||||
public void testCurrencyConvertererImpl() {
|
||||
AbstractModuleTest.testAbstractModule(new CurrencyConverter());
|
||||
}
|
||||
|
|
@ -44,7 +44,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
*/
|
||||
public class JokeTest {
|
||||
@Test
|
||||
public void testLookupImpl() {
|
||||
public void testJokeImpl() {
|
||||
AbstractModuleTest.testAbstractModule(new Joke());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue