Skip to content

Commit 08a79ba

Browse files
committed
chore: fix tests
1 parent dc94aa0 commit 08a79ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/memory/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod tests {
66
use serde_json::json;
77

88
fn setup() -> MemoryManager {
9-
MemoryManager::new(true) // Use memory-only mode for tests
9+
MemoryManager::new("data", true) // Use memory-only mode for tests
1010
}
1111

1212
#[test]

0 commit comments

Comments
 (0)