fix(cmd/joj3): test cases
This commit is contained in:
parent
b147cf00a9
commit
a5cd85be35
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user