summaryrefslogtreecommitdiff
path: root/makima/src/daemon/db
diff options
context:
space:
mode:
Diffstat (limited to 'makima/src/daemon/db')
-rw-r--r--makima/src/daemon/db/local.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/makima/src/daemon/db/local.rs b/makima/src/daemon/db/local.rs
index f3ed45a..5b4ca5b 100644
--- a/makima/src/daemon/db/local.rs
+++ b/makima/src/daemon/db/local.rs
@@ -336,7 +336,9 @@ impl LocalDb {
#[cfg(test)]
mod tests {
- use crate::daemon::*;
+ use super::*;
+ use chrono::Utc;
+ use uuid::Uuid;
#[test]
fn test_open_memory() {