Skip to content

Commit 85f3582

Browse files
committed
Build handling
1 parent 108c9b3 commit 85f3582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/others/ShorAlgorithmTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void testFactorizationOfEvenNumber() {
1919

2020
BigInteger p = factors[0];
2121
BigInteger q = factors[1];
22-
22+
2323
assertEquals(number, p.multiply(q), "Factors should multiply to the original number.");
2424
}
2525

0 commit comments

Comments
 (0)