Skip to content

Commit 3463ead

Browse files
committed
Fix
1 parent 5aca060 commit 3463ead

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import org.junit.jupiter.api.Test;
77

88
public class ParityCheckTest {
9-
109
@Test
1110
public void testIsOddParity() {
1211
assertTrue(ParityCheck.checkParity(5)); // 101 has 2 ones (even parity)

0 commit comments

Comments
 (0)