From 4397ee61d09623bbd23e712196f6bca512c53aa6 Mon Sep 17 00:00:00 2001 From: moznion Date: Wed, 5 Dec 2018 22:47:41 +0900 Subject: [PATCH] Put issue number to test code --- pkg/services/sqlstore/quota_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/services/sqlstore/quota_test.go b/pkg/services/sqlstore/quota_test.go index 8ace14a6a75..976d54d10e2 100644 --- a/pkg/services/sqlstore/quota_test.go +++ b/pkg/services/sqlstore/quota_test.go @@ -170,6 +170,7 @@ func TestQuotaCommandsAndQueries(t *testing.T) { So(query.Result.Used, ShouldEqual, 1) }) + // related: https://github.com/grafana/grafana/issues/14342 Convey("Should org quota updating is successful even if it called multiple time", func() { orgCmd := m.UpdateOrgQuotaCmd{ OrgId: orgId, @@ -201,6 +202,7 @@ func TestQuotaCommandsAndQueries(t *testing.T) { So(query.Result.Limit, ShouldEqual, 10) }) + // related: https://github.com/grafana/grafana/issues/14342 Convey("Should user quota updating is successful even if it called multiple time", func() { userQuotaCmd := m.UpdateUserQuotaCmd{ UserId: userId,