Skip to content

Commit

Permalink
fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lauchokyip committed May 28, 2023
1 parent d37bf75 commit 1513925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cli/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ var _ = Describe("resourceOptions", func() {
Expect(resource.Plural).To(Equal(plural))
},
Entry("for `FirstMate`", "FirstMate", "firstmates"),
Entry("for `Fish`", "Fish", "fish"),
Entry("for `Helmswoman`", "Helmswoman", "helmswomen"),
Entry("for `Fish`", "Fish", "fishs"),
Entry("for `Helmswoman`", "Helmswoman", "helmswomans"),
)
})
})

0 comments on commit 1513925

Please sign in to comment.