Skip to content

Commit 0fb140a

Browse files
fix: fix mock tests with inner fields that have underscores
1 parent d11eba5 commit 0fb140a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/build_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ func TestBuildsCompare(t *testing.T) {
9696
"builds", "compare",
9797
"--base.branch", "branch",
9898
"--base.revision", "string",
99-
"--base.commit_message", "commit_message",
99+
"--base.commit-message", "commit_message",
100100
"--head.branch", "branch",
101101
"--head.revision", "string",
102-
"--head.commit_message", "commit_message",
102+
"--head.commit-message", "commit_message",
103103
"--project", "project",
104104
"--target", "node",
105105
)

0 commit comments

Comments
 (0)