diff --git a/cmd/joj3/conf/conf_test.go b/cmd/joj3/conf/conf_test.go index 653c7e1..18e47a6 100644 --- a/cmd/joj3/conf/conf_test.go +++ b/cmd/joj3/conf/conf_test.go @@ -88,7 +88,7 @@ func TestParseConventionalCommit(t *testing.T) { { name: "Invalid commit format", commit: "This is not a valid conventional commit", - want: nil, + want: &ConventionalCommit{}, wantErr: true, }, {