fix(cmd/joj3): test cases
All checks were successful
submodules sync / sync (push) Successful in 47s
build / build (push) Successful in 1m47s
build / trigger-build-image (push) Successful in 12s

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

View File

@ -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,
},
{