Skip to content

Commit 2a2d965

Browse files
committed
Fix errors and update code as per review comments
1 parent cecc449 commit 2a2d965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* and corresponding remainders, the algorithm finds the smallest
1111
* positive solution.
1212
*/
13-
public final class ChineseRemainderTheorem {
14-
private ChineseRemainderTheorem() {
13+
public final class ChineseRemainderTheoremTest {
14+
private ChineseRemainderTheoremTest() {
1515
}
1616

1717
/**

0 commit comments

Comments
 (0)