Skip to content

Commit

Permalink
Code: Fixed tests (Korean localization)
Browse files Browse the repository at this point in the history
Merge main
  • Loading branch information
GoldenGnu committed Jun 20, 2024
2 parents 51c45e0 + c582d3e commit 295fde6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public void testGetType() {
assertEquals((Long)645L, type.getTypeID());
assertEquals((Double)153900000.0, type.getBasePrice());
assertEquals((Double)750.0, type.getCapacity());
assertEquals(7, type.getDescription().size());
assertEquals(8, type.getDescription().size());
assertNotNull(type.getDescription().get("en"));
assertNotNull(type.getDogmaAttributes());
assertEquals(92, type.getDogmaAttributes().size());
Expand All @@ -318,7 +318,7 @@ public void testGetType() {
assertEquals(6, type.getMasteries().get("0").size());
assertEquals((Long)96L, type.getMasteries().get("0").get(0));
assertEquals((Integer)1, type.getMetaGroupID());
assertEquals(7, type.getName().size());
assertEquals(8, type.getName().size());
assertEquals("Dominix", type.getName().get("en"));
assertEquals((Double)50000.0, type.getPackagedVolume());
assertEquals((Integer)1, type.getPortionSize());
Expand Down

0 comments on commit 295fde6

Please sign in to comment.