Skip to content

Commit 864c3d3

Browse files
committed
test: improve coverage for DiscreteLogarithmBSGS
1 parent fd8d4ba commit 864c3d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/maths/DiscreteLogarithmBSGSTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ public void testModPowBranchCoverage() {
3838
assertEquals(10 % 17, DiscreteLogarithmBSGS.modPow(10, 1, 17)); // odd exp branch
3939
assertEquals(100 % 17, DiscreteLogarithmBSGS.modPow(10, 2, 17)); // even exp branch
4040
}
41-
4241
}

0 commit comments

Comments
 (0)