diff options
| author | soryu <soryu@soryu.co> | 2026-01-26 19:30:50 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-26 19:30:50 +0000 |
| commit | ccfcf753f67541b5fba8746f4f60d7498a54f44a (patch) | |
| tree | 1f469fe0fa7affa3a2d92dafafde46ec89391dc5 /makima/src/daemon/db | |
| parent | cb4f2fc40dbabb40de948512eee74c7e46264665 (diff) | |
| download | soryu-ccfcf753f67541b5fba8746f4f60d7498a54f44a.tar.gz soryu-ccfcf753f67541b5fba8746f4f60d7498a54f44a.zip | |
[WIP] Heartbeat checkpoint - 2026-01-26 19:30:50 UTC
Diffstat (limited to 'makima/src/daemon/db')
| -rw-r--r-- | makima/src/daemon/db/local.rs | 4 |
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() { |
