fix: resolve compression_engine import paths in tests

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-14 11:46:03 -03:00
parent 87a1628bbe
commit 0eafdd0985

View File

@@ -4,6 +4,7 @@
mod tests {
use tempfile::tempdir;
use std::io::Write;
use std::str::FromStr;
// Import the modules we need for testing
use crate::compression_engine::{self, CompressionType};