summaryrefslogtreecommitdiffhomepage
path: root/api/capability_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/capability_test.go')
-rw-r--r--api/capability_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/api/capability_test.go b/api/capability_test.go
index e092c836..a0c34db1 100644
--- a/api/capability_test.go
+++ b/api/capability_test.go
@@ -18,9 +18,8 @@ package gobgpapi
import (
"testing"
+ "github.com/osrg/gobgp/pkg/packet/bgp"
"github.com/stretchr/testify/assert"
-
- "github.com/osrg/gobgp/packet/bgp"
)
func Test_MultiProtocolCapability(t *testing.T) {