We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcdc74 commit 592ec49Copy full SHA for 592ec49
app/src/test/java/MainTest.java
@@ -1,8 +1,8 @@
1
+import static org.junit.jupiter.api.Assertions.assertEquals;
2
+
3
import hexlet.code.Main;
4
import org.junit.jupiter.api.Test;
5
-import static org.junit.jupiter.api.Assertions.assertEquals;
-
6
public class MainTest {
7
@Test
8
void name() {
0 commit comments