Skip to content

Commit 132dbd6

Browse files
authored
Update GCDUsingEuclidTest.java
1 parent 159a709 commit 132dbd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package com.thealgorithms.maths;
22

3-
import org.junit.jupiter.api.Test;
4-
53
import static org.junit.jupiter.api.Assertions.assertEquals;
64

7-
class GCDUsingEuclidTest {
5+
import org.junit.jupiter.api.Test;
6+
7+
public class GCDUsingEuclidTest {
88

99
@Test
1010
void testPositiveNumbers() {

0 commit comments

Comments
 (0)