aboutsummaryrefslogtreecommitdiff
path: root/src/test/persistence/DecoderTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/persistence/DecoderTest.java')
-rw-r--r--src/test/persistence/DecoderTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/persistence/DecoderTest.java b/src/test/persistence/DecoderTest.java
index 96f94e7..418087b 100644
--- a/src/test/persistence/DecoderTest.java
+++ b/src/test/persistence/DecoderTest.java
@@ -26,6 +26,9 @@ public class DecoderTest {
@BeforeEach
void setup() {
+ // Dr. Paul: You can make dummy constructor calls to make the coverage happy since they are util classes.
+ new FS();
+ new Decoder();
invalidKey1 = FS.read(Path.of("data", "invalid_key_1.json"));
invalidKey2 = FS.read(Path.of("data", "invalid_key_2.json"));
invalidCert = FS.read(Path.of("data", "invalid_cert.json"));