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 ad021c9 commit 23aeb52Copy full SHA for 23aeb52
pkg/scaffold/v1/resource/resource_test.go
@@ -95,7 +95,7 @@ var _ = Describe("Resource", func() {
95
instance = &resource.Resource{Group: "crew", Kind: "firstmate", Version: "v1"}
96
Expect(instance.Validate()).NotTo(Succeed())
97
Expect(instance.Validate().Error()).To(ContainSubstring(
98
- `kind must be PascalCase (expected FirstMate was firstmate)`))
+ `kind must be PascalCase (expected Firstmate was firstmate)`))
99
})
100
101
It("should default the Resource by pluralizing the Kind", func() {
0 commit comments