diff --git a/internal/sbi/consumer/nf_management_test.go b/internal/sbi/consumer/nf_management_test.go index d7b2a35..dd21db4 100644 --- a/internal/sbi/consumer/nf_management_test.go +++ b/internal/sbi/consumer/nf_management_test.go @@ -3,10 +3,11 @@ package consumer import ( "testing" - "github.com/free5gc/openapi" - "github.com/free5gc/openapi/models" "github.com/h2non/gock" "github.com/stretchr/testify/require" + + "github.com/free5gc/openapi" + "github.com/free5gc/openapi/models" ) func TestSendRegisterNFInstance(t *testing.T) {