1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +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 @Test
public void processTestMessage_COMP_ENC_ENC_LIT() { public void processTestMessage_COMP_ENC_ENC_LIT() {
// Note: COMP of ENC does not make sense, since ENC is indistinguishable from randomness // 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. // For the sake of testing though, this is okay.
MessageMetadata.Message message = new MessageMetadata.Message(); MessageMetadata.Message message = new MessageMetadata.Message();