Improve UT coverage
[ric-plt/alarm-go.git] / manager / cmd / restapi_test.go
index bc3a79f..795fb16 100755 (executable)
@@ -28,7 +28,6 @@ import (
        "testing"
 
        "github.com/stretchr/testify/assert"
-
        "gerrit.o-ran-sc.org/r/ric-plt/alarm-go/alarm"
 )
 
@@ -100,3 +99,5 @@ func TestSymptomDataHandler(t *testing.T) {
        assert.Equal(t, true, rr != nil)
        assert.Equal(t, rr.Code, http.StatusOK)
 }
+
+