minor guava test name change

This commit is contained in:
eugenp 2014-11-04 13:43:22 +02:00
parent 477a9b90e1
commit a05e2fd904
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class GuavaCollectionTypesTest {
}
@Test
public void whenCalculatePowerSet_thenCorrect() {
public void whenCalculatingPowerSet_thenCorrect() {
final Set<Character> chars = ImmutableSet.of('a', 'b');
final Set<Set<Character>> result = Sets.powerSet(chars);