Skip to content

Commit 0209b8b

Browse files
authored
fix removed_apis_test (#244)
Signed-off-by: perdasilva <[email protected]>
1 parent 725ffce commit 0209b8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/validation/internal/removed_apis_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
package internal
22

33
import (
4-
"github.com/operator-framework/api/pkg/manifests"
5-
"github.com/stretchr/testify/require"
64
"reflect"
75
"testing"
6+
7+
"github.com/operator-framework/api/pkg/manifests"
8+
"github.com/stretchr/testify/require"
89
)
910

1011
func Test_GetRemovedAPIsOn1_22From(t *testing.T) {

0 commit comments

Comments
 (0)