Skip to content

Commit

Permalink
update function signature
Browse files Browse the repository at this point in the history
Signed-off-by: Hsing-Yu (David) Chen <[email protected]>
  • Loading branch information
davidhsingyuchen committed Jan 12, 2023
1 parent 40bda8b commit 9c06932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var testVersion = func(o *option.Option) {
ginkgo.It("Should print finch version information", func() {
// StdoutStr is not used because it trims both leading and trailing spaces,
// while we want an exact match here.
gomega.Expect(string(command.StdOut(o, "version"))).Should(gomega.MatchRegexp(fmt.Sprintf(`Client:
gomega.Expect(string(command.Stdout(o, "version"))).Should(gomega.MatchRegexp(fmt.Sprintf(`Client:
Version: %s
OS\/Arch: [A-Za-z0-9]+\/[A-Za-z0-9]+
GitCommit: %s
Expand Down

0 comments on commit 9c06932

Please sign in to comment.