Skip to content

Commit beb9613

Browse files
committed
fix removed_apis_test
Signed-off-by: perdasilva <[email protected]>
1 parent 725ffce commit beb9613

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/validation/internal/removed_apis_test.go

+3-2
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)