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