Chore: Fix flaky sqlstore annotation test (#28527)

This commit is contained in:
Emil Hessman
2020-10-26 07:45:30 +01:00
committed by GitHub
parent 639460a789
commit 9a241a2a4f
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -11,6 +11,8 @@ import (
)
func TestAnnotations(t *testing.T) {
mockTimeNow()
defer resetTimeNow()
InitTestDB(t)
Convey("Testing annotation saving/loading", t, func() {