Skip to content
Snippets Groups Projects
Commit 87ad096d authored by René Schöne's avatar René Schöne
Browse files

Fixing some tests.

- Change imports in test MultipleFiles
- Organize imports in test InsertRelations
parent 5d4b1506
No related branches found
No related tags found
No related merge requests found
package org.jastadd.relast.tests;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import relations.ast.A;
import relations.ast.B;
import relations.ast.Root;
import java.io.IOException;
import java.nio.charset.Charset;
import java.util.Arrays;
import static org.jastadd.relast.tests.TestHelpers.readFile;
import static org.junit.jupiter.api.Assertions.*;
......
......@@ -2,9 +2,9 @@ package org.jastadd.relast.tests;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import relations.ast.A;
import relations.ast.B;
import relations.ast.Root;
import multiple.ast.A;
import multiple.ast.B;
import multiple.ast.Root;
import java.util.Arrays;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment