Skip to content

Commit df4c029

Browse files
correcting class name
1 parent 9aaaf32 commit df4c029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/bitmanipulation/IsPowerFourTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Test case for IsPowerFour class
1313
*/
1414

15-
public class IsPowerTwoTest {
15+
public class IsPowerFourTest {
1616

1717
@ParameterizedTest
1818
@MethodSource("provideNumbersForPowerFour")

0 commit comments

Comments
 (0)