Skip to content

Commit 23aeb52

Browse files
Update resource_test.go
1 parent ad021c9 commit 23aeb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scaffold/v1/resource/resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var _ = Describe("Resource", func() {
9595
instance = &resource.Resource{Group: "crew", Kind: "firstmate", Version: "v1"}
9696
Expect(instance.Validate()).NotTo(Succeed())
9797
Expect(instance.Validate().Error()).To(ContainSubstring(
98-
`kind must be PascalCase (expected FirstMate was firstmate)`))
98+
`kind must be PascalCase (expected Firstmate was firstmate)`))
9999
})
100100

101101
It("should default the Resource by pluralizing the Kind", func() {

0 commit comments

Comments
 (0)