fix: configure tests to run by removing deprecated test config and adding missing import

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-14 12:26:28 -03:00
parent 24d7c4742c
commit 2713f2b127
2 changed files with 1 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ mod tests {
use tempfile::TempDir;
use std::fs::File;
use std::io::Write;
use std::path::PathBuf;
#[test]
fn test_info_mode_file_operations() {