We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725ffce commit 0209b8bCopy full SHA for 0209b8b
pkg/validation/internal/removed_apis_test.go
@@ -1,10 +1,11 @@
1
package internal
2
3
import (
4
- "github.com/operator-framework/api/pkg/manifests"
5
- "github.com/stretchr/testify/require"
6
"reflect"
7
"testing"
+
+ "github.com/operator-framework/api/pkg/manifests"
8
+ "github.com/stretchr/testify/require"
9
)
10
11
func Test_GetRemovedAPIsOn1_22From(t *testing.T) {
0 commit comments