Parcourir la source

Put issue number to test code

moznion il y a 7 ans
Parent
commit
4397ee61d0
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      pkg/services/sqlstore/quota_test.go

+ 2 - 0
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,