Skip to content

Commit a05e2fd

Browse files
author
eugenp
committed
minor guava test name change
1 parent 477a9b9 commit a05e2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guava/src/test/java/org/baeldung/guava/GuavaCollectionTypesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public void whenCalculatingSetIntersection_thenCorrect() {
149149
}
150150

151151
@Test
152-
public void whenCalculatePowerSet_thenCorrect() {
152+
public void whenCalculatingPowerSet_thenCorrect() {
153153
final Set<Character> chars = ImmutableSet.of('a', 'b');
154154
final Set<Set<Character>> result = Sets.powerSet(chars);
155155

0 commit comments

Comments
 (0)