Skip to content

Commit

Permalink
Fix: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Jan 3, 2024
1 parent 643102d commit 13bbc72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/sbi/consumer/nf_management_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 13bbc72

Please sign in to comment.