From f167ce19ab04fcff34051292955e5c217310d2cc Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 25 Apr 2016 13:00:05 +0200 Subject: [PATCH] test(alerting): add test for deleting alerts --- pkg/services/sqlstore/alerting_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/services/sqlstore/alerting_test.go b/pkg/services/sqlstore/alerting_test.go index 9d1078f23ef..2198ef22d9a 100644 --- a/pkg/services/sqlstore/alerting_test.go +++ b/pkg/services/sqlstore/alerting_test.go @@ -159,8 +159,6 @@ func TestAlertingDataAccess(t *testing.T) { Slug: testDash.Slug, }) - /* Uncomment this once we know why inTransaction2 is failing in unit tests - So(err, ShouldBeNil) Convey("Alerts should be removed", func() { @@ -170,7 +168,6 @@ func TestAlertingDataAccess(t *testing.T) { So(err2, ShouldBeNil) So(len(alerts), ShouldEqual, 0) }) - */ }) }) }