mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
(chore) fix typo
This commit is contained in:
parent
982b8fd79f
commit
d7f4a78fbc
1 changed files with 2 additions and 3 deletions
|
|
@ -21,7 +21,6 @@ package de.kosit.validationtool.cmd;
|
|||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.MalformedURLException;
|
||||
|
||||
import org.junit.After;
|
||||
|
|
@ -44,14 +43,14 @@ public class PrintReportActionTest {
|
|||
private PrintReportAction action;
|
||||
|
||||
@Before
|
||||
public void setup() throws IOException {
|
||||
public void setup() {
|
||||
this.commandLine = new CommandLine();
|
||||
this.commandLine.activate();
|
||||
this.action = new PrintReportAction();
|
||||
}
|
||||
|
||||
@After
|
||||
public void tearDownd() throws IOException {
|
||||
public void tearDown() {
|
||||
this.commandLine.deactivate();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue