test: restore vault and worklog test baseline
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user