This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new e5a0fba3f A sentence starts with a capital e5a0fba3f is described below commit e5a0fba3fbc816b2ac907b97ec5df23ce8500ee1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 12 09:52:38 2023 -0500 A sentence starts with a capital --- .../compress/compressors/lz4/FramedLZ4CompressorOutputStreamTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/compress/compressors/lz4/FramedLZ4CompressorOutputStreamTest.java b/src/test/java/org/apache/commons/compress/compressors/lz4/FramedLZ4CompressorOutputStreamTest.java index ee7c5c659..db08a5f43 100644 --- a/src/test/java/org/apache/commons/compress/compressors/lz4/FramedLZ4CompressorOutputStreamTest.java +++ b/src/test/java/org/apache/commons/compress/compressors/lz4/FramedLZ4CompressorOutputStreamTest.java @@ -33,7 +33,7 @@ public class FramedLZ4CompressorOutputStreamTest { new FramedLZ4CompressorOutputStream.Parameters(FramedLZ4CompressorOutputStream.BlockSize.K64, true, false, false))) { // do nothing here. this will test that flush on close doesn't throw any exceptions if no data is written. } - assertTrue(buffer.size() == 15, "only the trailer gets written."); + assertTrue(buffer.size() == 15, "Only the trailer gets written."); } @Test