From 5a26093d572f05d9c947b8156e23814c1b97e6ee Mon Sep 17 00:00:00 2001 From: Cyrus <24922493+cyrus-dev@users.noreply.github.com> Date: Fri, 20 Aug 2021 13:47:20 -0400 Subject: [PATCH] Missed and update for a method that was updated with a new exception thrown. --- .../java/hirs/tpm/eventlog/events/TCGEventLogEventsTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/HIRS_Utils/src/test/java/hirs/tpm/eventlog/events/TCGEventLogEventsTest.java b/HIRS_Utils/src/test/java/hirs/tpm/eventlog/events/TCGEventLogEventsTest.java index 7740ec91..dbc3ff29 100644 --- a/HIRS_Utils/src/test/java/hirs/tpm/eventlog/events/TCGEventLogEventsTest.java +++ b/HIRS_Utils/src/test/java/hirs/tpm/eventlog/events/TCGEventLogEventsTest.java @@ -136,6 +136,7 @@ public class TCGEventLogEventsTest { * Tests the processing of a Hand off Table event. * * @throws IOException when processing the test fails + * @throws URISyntaxException when processing the test fails */ @Test public final void testHandOffTables() throws IOException, URISyntaxException {