Skip to content

Commit

Permalink
bug: fix errors with multiple labels (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>
  • Loading branch information
srikumar003 committed Jul 4, 2023
1 parent f9cee68 commit 8594575
Show file tree
Hide file tree
Showing 7 changed files with 750 additions and 93 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package admissioncontroller_test

import (
"testing"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)

func TestAdmissioncontroller(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Admissioncontroller Suite")
}
Loading

0 comments on commit 8594575

Please sign in to comment.