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:
parent
2d18d05bd7
commit
8d03810bf3
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue