Skip to content

Commit fba73e7

Browse files
FreedischJ12934
authored andcommitted
remove unused testcases
Signed-off-by: freedisch <freeproduc@gmail.com>
1 parent 694eaf7 commit fba73e7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

scbctl/cmd/cascading_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,11 @@ import (
88
"testing"
99

1010
"github.com/ddddddO/gtree"
11-
cascadingv1 "github.com/secureCodeBox/secureCodeBox/operator/apis/cascading/v1"
1211
v1 "github.com/secureCodeBox/secureCodeBox/operator/apis/execution/v1"
1312
"github.com/stretchr/testify/assert"
1413
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1514
)
1615

17-
type testcases struct {
18-
name string
19-
args []string
20-
expectedError error
21-
expectedOutput string
22-
initialScans []v1.Scan
23-
initialRules []cascadingv1.CascadingRule
24-
}
25-
2616
func TestBuildTree(t *testing.T) {
2717
tests := []struct {
2818
name string

0 commit comments

Comments
 (0)