fix: resolve import errors in test modules and remove unused variables

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-14 17:11:27 -03:00
parent acbeb297b2
commit 67af475339
14 changed files with 26 additions and 28 deletions

View File

@@ -1,8 +1,7 @@
#[cfg(test)]
mod tests {
use tempfile::TempDir;
use std::path::PathBuf;
use keep::db;
use crate::db;
#[test]
fn test_database_connection() {