diff --git a/tiledb/sm/compressors/test/unit_gzip_compressor.cc b/tiledb/sm/compressors/test/unit_gzip_compressor.cc index 4a0b63fd020..dfcf0be3af7 100644 --- a/tiledb/sm/compressors/test/unit_gzip_compressor.cc +++ b/tiledb/sm/compressors/test/unit_gzip_compressor.cc @@ -71,6 +71,6 @@ TEST_CASE( out_buf_dec_storage.data(), out_buf_dec_storage.size()}; GZip::decompress(&in_buf_dec, &out_buf_dec); - // Check that + // Check that the empty buffer is compressed and decompressed correctly. CHECK(out_buf_dec.size() - out_buf_dec.free_space() == in_buf.size()); }