Skip to content

Commit ec11151

Browse files
committed
fix removed_apis_test (#244)
Signed-off-by: perdasilva <[email protected]> Upstream-repository: api Upstream-commit: 0209b8b5e1f926bbca25929b34fe7d422f403dbc
1 parent 9c54a8d commit ec11151

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

staging/api/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)