Skip to content

Commit

Permalink
fix: test file update
Browse files Browse the repository at this point in the history
  • Loading branch information
yyy1000 committed Jun 20, 2023
1 parent 12abbdc commit ddbae81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/alphagenerate/generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ func ReGenerateProject(kbc *utils.TestContext) {

fileContainsExpr, err := pluginutil.HasFileContentWith(
filepath.Join(kbc.Dir, "testdir", "PROJECT"),
`domain: my.domain
`domain: example.commvcm
layout:
- go.kubebuilder.io/v4
projectName: init
repo: my.domain/hello
repo: example.commvcm/hello
version: "3"`)
ExpectWithOffset(1, err).NotTo(HaveOccurred())
ExpectWithOffset(1, fileContainsExpr).To(BeTrue())
Expand Down

0 comments on commit ddbae81

Please sign in to comment.