1
0
forked from JOJ/JOJ3

fix(cmd/joj3): test cases

This commit is contained in:
张泊明518370910136 2025-06-02 23:12:44 -04:00
parent b147cf00a9
commit a5cd85be35
Signed by untrusted user: 张泊明518370910136
GPG Key ID: D47306D7062CDA9D

View File

@ -88,7 +88,7 @@ func TestParseConventionalCommit(t *testing.T) {
{ {
name: "Invalid commit format", name: "Invalid commit format",
commit: "This is not a valid conventional commit", commit: "This is not a valid conventional commit",
want: nil, want: &ConventionalCommit{},
wantErr: true, wantErr: true,
}, },
{ {