11-FixClassStructureIssues

This commit is contained in:
Adrian-Devries 2025-04-24 12:54:01 +02:00
parent d88934e9a5
commit 1952ea6787
5 changed files with 1 additions and 13 deletions

View file

@ -44,11 +44,8 @@ public class CheckAssertionActionTest {
private static final URL SAMPLE_ASSERTIONS = CheckAssertionActionTest.class.getResource("/examples/assertions/tests-xrechnung.xml");
private CommandLine commandLine;
@Before
public void setup() throws IOException {
this.commandLine = new CommandLine();
CommandLine.activate();
}