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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user