mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-25 16:42:07 +01:00
DateParsingTest: make armor command final
This commit is contained in:
parent
0fccf3051c
commit
790d80ec29
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import sop.cli.picocli.commands.ArmorCmd;
|
||||||
import sop.util.UTCUtil;
|
import sop.util.UTCUtil;
|
||||||
|
|
||||||
public class DateParsingTest {
|
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
|
@Test
|
||||||
public void parseNotAfterDashReturnsEndOfTime() {
|
public void parseNotAfterDashReturnsEndOfTime() {
|
||||||
|
|
Loading…
Reference in a new issue