Skip to content

Commit

Permalink
Adapt to changed file ending
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Apr 25, 2022
1 parent 01a98af commit 1fa0b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class TestCaseTest {

@Test
public void testConstructionWithChunk() {
File dataFile = new File("src/test/resources/testcaseTest/ExampleTest_test(JUNIT_PARAMETERIZED-0).xml");
File dataFile = new File("src/test/resources/testcaseTest/ExampleTest_test(JUNIT_PARAMETERIZED-0).json");
Kopemedata kopemedata = JSONDataLoader.loadData(dataFile);

TestCase test = new TestCase(kopemedata);
Expand Down

0 comments on commit 1fa0b91

Please sign in to comment.