Skip to content

Commit

Permalink
Update tiledb/sm/compressors/test/unit_gzip_compressor.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
KiterLuc authored Sep 11, 2024
1 parent 0fb5439 commit 13c50c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/sm/compressors/test/unit_gzip_compressor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

0 comments on commit 13c50c4

Please sign in to comment.