Skip to content

Commit

Permalink
Update edc-extensions/data-encryption/src/test/java/org/eclipse/tract…
Browse files Browse the repository at this point in the history
…usx/edc/data/encryption/algorithms/aes/AesAlgorithmTest.java

Co-authored-by: Florian Rusch (ZF Friedrichshafen AG) <[email protected]>
  • Loading branch information
wolf4ood and florianrusch-zf authored Apr 5, 2023
1 parent 01d6cf9 commit f52f5f1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ void testKey(byte[] key) {
try {
final EncryptedData encryptedResult = strategy.encrypt(expected, aesKey);
final DecryptedData result = strategy.decrypt(encryptedResult, aesKey);


Assertions.assertEquals(expected.getBase64(), result.getBase64());
} catch (Exception e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit f52f5f1

Please sign in to comment.