Fixed test file name

This commit is contained in:
Luca Frosini 2023-01-10 16:27:23 +01:00
parent 8c1c4950ba
commit f036bc7d06
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import org.junit.Test;
*/
public class SoftwareConceptAnalyserTest {
public static final String CONCEPT_FILENAME = "gcat.json";
public static final String CONCEPT_FILENAME = "gcat-test-sandbox.json";
@Test
public void testUsingTestFile() throws Exception {