1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-04-22 06:24:47 +02:00

Fix typo in test

This commit is contained in:
Paul Schaub 2025-02-18 14:25:59 +01:00
parent 2d18d05bd7
commit 8d03810bf3
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -24,7 +24,7 @@ public class MessageMetadataTest {
@Test
public void processTestMessage_COMP_ENC_ENC_LIT() {
// Note: COMP of ENC does not make sense, since ENC is indistinguishable from randomness
// and randomness cannot be encrypted.
// and randomness cannot be compressed.
// For the sake of testing though, this is okay.
MessageMetadata.Message message = new MessageMetadata.Message();