Skip to content

Commit

Permalink
Test name corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
luk-kaminski committed Apr 24, 2024
1 parent 00a6381 commit 039bf30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void cannotSaveTwoUnitsWithTheSameNameForTheSameUnitType() {
}

@Test
public void getAll() {
public void testGetAllRetrievesAllUnitsAndGroupsThemCorrectly() {
final BaseUnit meter = new BaseUnit("m", "meter", "length", true, true);
toTest.save(meter);
final Unit nauticalMile = new DerivedUnit("ml", "nautical mile", "length", new MultiplyConversion(1852));
Expand Down

0 comments on commit 039bf30

Please sign in to comment.