Skip to content

Commit

Permalink
Fixes test names
Browse files Browse the repository at this point in the history
  • Loading branch information
praj-foss committed Jul 13, 2019
1 parent d75d9f7 commit 616d859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/terasology/launcher/util/TestLanguages.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ public void testUpdateWithGermany() {
}

@Test
public void testUpdateWithJapan() {
public void testUpdateWithJapanese() {
Languages.update(Locale.JAPANESE);
assertSame(Locale.JAPANESE, Languages.getCurrentLocale());
}

@Test
public void testUpdateWithJapanese() {
public void testUpdateWithJapan() {
Languages.update(Languages.DEFAULT_LOCALE);
Languages.update(Locale.JAPAN);
assertSame(Languages.DEFAULT_LOCALE, Languages.getCurrentLocale());
Expand Down

0 comments on commit 616d859

Please sign in to comment.