Skip to content

Commit

Permalink
trying stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser58 committed Feb 9, 2024
1 parent a81f24b commit 3e8349c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ public void testEmptySummary() throws InterruptedException {
certificates
);

assertEquals(device.getDeviceInfo(), emptySummary.getDevice());
assertEquals(device, emptySummary.getDevice());

assertEquals(device.getDeviceInfo(), emptySummary.getDevice().getDeviceInfo());

assertEquals(Collections.EMPTY_SET, emptySummary.getValidations());
assertEquals(AppraisalStatus.Status.PASS, emptySummary.getOverallValidationResult());
assertNotNull(emptySummary.getCreateTime());
Expand Down

0 comments on commit 3e8349c

Please sign in to comment.