Skip to content

Commit

Permalink
Update components/core/tests/test-StreamingCompression.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Bill-hbrhbr and coderabbitai[bot] authored Dec 2, 2024
1 parent 7c69c69 commit a6d68b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/core/tests/test-StreamingCompression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ TEST_CASE("StreamingCompression", "[StreamingCompression]") {
decompressor = std::make_unique<clp::streaming_compression::passthrough::Decompressor>();
}

SECTION("LZMA compression") {
SECTION("LZMA compression (compression-only test)") {
// Note: Decompressor initialization is intentionally omitted as this is a
// compression-only test. See early termination logic below.
compressor = std::make_unique<clp::streaming_compression::lzma::Compressor>();
}

Expand Down

0 comments on commit a6d68b8

Please sign in to comment.