DateParsingTest: make armor command final

This commit is contained in:
Paul Schaub 2023-04-26 16:22:53 +02:00
parent 0fccf3051c
commit 790d80ec29
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import sop.cli.picocli.commands.ArmorCmd;
import sop.util.UTCUtil;
public class DateParsingTest {
private AbstractSopCmd cmd = new ArmorCmd(); // we use ArmorCmd as a concrete implementation.
private final AbstractSopCmd cmd = new ArmorCmd(); // we use ArmorCmd as a concrete implementation.
@Test
public void parseNotAfterDashReturnsEndOfTime() {