Skip to content

Commit

Permalink
Fix e2e test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Mar 16, 2022
1 parent 2190ba6 commit 36263c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client/config"
)

func TestBooks(t *testing.T) {
func TestE2E(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "E2E Suite")
}
Expand Down

0 comments on commit 36263c8

Please sign in to comment.