aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/db/stats_repo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-cluster/pkg/db/stats_repo_test.go')
-rw-r--r--syz-cluster/pkg/db/stats_repo_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/syz-cluster/pkg/db/stats_repo_test.go b/syz-cluster/pkg/db/stats_repo_test.go
index ce2b05ca9..18f774710 100644
--- a/syz-cluster/pkg/db/stats_repo_test.go
+++ b/syz-cluster/pkg/db/stats_repo_test.go
@@ -25,6 +25,8 @@ func TestStatsSQLs(t *testing.T) {
assert.NoError(t, err)
_, err = statsRepo.DelayPerWeek(ctx)
assert.NoError(t, err)
+ _, err = statsRepo.ReportsPerWeek(ctx)
+ assert.NoError(t, err)
}
dtd := &dummyTestData{t, ctx, client}