Skip to content

Commit

Permalink
Changes for review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KBChaithra committed Sep 21, 2023
1 parent 393d5be commit 859ab7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ public void getAASXByPackageId() throws ElementDoesNotExistException, IOExceptio
PackageDescription packageDescription = DummyAasxFileServerFactory.createFirstDummyAASXPackage(server);
InputStream actualValue = server.getAASXByPackageId(packageDescription.getPackageId());
InputStream expectedValue = AasxFileServerSuiteHelper.FIRST_FILE;
IOUtils.contentEquals(expectedValue, actualValue);

assertTrue(IOUtils.contentEquals(expectedValue, actualValue));
}

@Test
Expand Down

0 comments on commit 859ab7a

Please sign in to comment.