Skip to content

Commit 4d71891

Browse files
committed
Fix
1 parent 2dc9caf commit 4d71891

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class ModuloPowerOfTwoTest {
1515
"20, 4, 4",
1616
"7, 1, 1",
1717
"5, 1, 1",
18+
"36, 5, 4",
1819
})
1920
void
2021
testModuloPowerOfTwo(int x, int n, int expected) {

0 commit comments

Comments
 (0)