Skip to content

Commit 592ec49

Browse files
changed
1 parent 1dcdc74 commit 592ec49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/test/java/MainTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import static org.junit.jupiter.api.Assertions.assertEquals;
2+
13
import hexlet.code.Main;
24
import org.junit.jupiter.api.Test;
35

4-
import static org.junit.jupiter.api.Assertions.assertEquals;
5-
66
public class MainTest {
77
@Test
88
void name() {

0 commit comments

Comments
 (0)