mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: lint
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
(def month-unit {:db/ident :logseq.property.repeat/recur-unit.month})
|
||||
(def year-unit {:db/ident :logseq.property.repeat/recur-unit.year})
|
||||
|
||||
(deftest ^:focus get-next-time-test
|
||||
(deftest ^:large-vars/cleanup-todo get-next-time-test
|
||||
(let [now (t/now)
|
||||
one-minute-ago (t/minus now (t/minutes 1))
|
||||
one-hour-ago (t/minus now (t/hours 1))
|
||||
|
||||
Reference in New Issue
Block a user