Skip to content

Commit

Permalink
removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
levi-h committed Oct 22, 2024
1 parent 0efcf1f commit 5cd3159
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class DatabaseFieldEncryptorTest {
val encrypted = databaseFieldEncryptor.convertToDatabaseColumn(expected)
val decrypted = databaseFieldEncryptor.convertToEntityAttribute(encrypted)

println("$encrypted (${encrypted.length} characters)")

assertThat(encrypted).isNotEqualTo(expected)
assertThat(decrypted).isEqualTo(expected)
}
Expand Down

0 comments on commit 5cd3159

Please sign in to comment.