Skip to content

Commit

Permalink
Merge pull request #31 from andy89923/fix/linter-error-0103
Browse files Browse the repository at this point in the history
Fix: Fix linter error
  • Loading branch information
ianchen0119 authored Jan 3, 2024
2 parents 643102d + 13bbc72 commit adfd203
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 adfd203

Please sign in to comment.