diff --git a/private/path/pathpol/remote_isdas_test.go b/private/path/pathpol/remote_isdas_test.go index 202a255f35..1113d12a92 100644 --- a/private/path/pathpol/remote_isdas_test.go +++ b/private/path/pathpol/remote_isdas_test.go @@ -18,8 +18,9 @@ import ( "testing" "github.com/golang/mock/gomock" - "github.com/scionproto/scion/pkg/addr" "github.com/stretchr/testify/assert" + + "github.com/scionproto/scion/pkg/addr" ) func TestRemoteISDASEval(t *testing.T) {