Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Mar 27, 2024
1 parent 9f9023f commit 756321d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extensions/parallel/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -19,9 +19,10 @@ package parallel_test
import (
"testing"

"github.com/networkservicemesh/integration-tests/extensions/parallel"
"github.com/stretchr/testify/suite"
"go.uber.org/goleak"

"github.com/networkservicemesh/integration-tests/extensions/parallel"
)

type negativeSuite struct {
Expand Down

0 comments on commit 756321d

Please sign in to comment.