Skip to content

Commit 72df7bf

Browse files
committed
another test case
1 parent c4fb106 commit 72df7bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/kube/read_tests.go

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ func RunReadNetworkPolicyTests() {
3131
policies, err := ReadNetworkPoliciesFromPath("../../networkpolicies/simple-example")
3232
Expect(err).To(BeNil())
3333
Expect(len(policies)).To(Equal(7))
34+
35+
policies, err = ReadNetworkPoliciesFromPath("../../networkpolicies/")
36+
Expect(err).To(BeNil())
37+
Expect(len(policies)).To(Equal(14))
3438
})
3539

3640
// TODO test to show what happens for duplicate names

0 commit comments

Comments
 (0)