test: restore vault and worklog test baseline

This commit is contained in:
2026-06-04 03:25:04 +08:00
parent a69dc845e6
commit 9d14ba50af
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func TestAddAndGet(t *testing.T) {
if !e.Approximate {
t.Error("expected approximate")
}
if e.Date != time.Now().UTC().Format("2006-01-02") {
if e.Date != time.Now().Format("2006-01-02") {
t.Errorf("date = %q", e.Date)
}