Skip to content

Commit 159a709

Browse files
authored
Reorder import statement for assertEquals
1 parent 4b6a44d commit 159a709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package com.thealgorithms.maths;
22

3-
import static org.junit.jupiter.api.Assertions.assertEquals;
43
import org.junit.jupiter.api.Test;
54

5+
import static org.junit.jupiter.api.Assertions.assertEquals;
6+
67
class GCDUsingEuclidTest {
78

89
@Test

0 commit comments

Comments
 (0)