Add utility module
[ric-plt/xapp-frame.git] / pkg / xapp / alarm_test.go
index b72c319..f8de8bd 100755 (executable)
@@ -20,8 +20,8 @@
 package xapp
 
 import (
-       "testing"
        "github.com/stretchr/testify/assert"
+       "testing"
 
        "gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm"
 )
@@ -67,4 +67,4 @@ func TestAlarmClearall(t *testing.T) {
        assert.NotNil(t, a, "NewAlarmClient failed")
 
        a.ClearAll()
-}
\ No newline at end of file
+}