From a5cd85be3557ed39fde8cfda669354e449336494 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Mon, 2 Jun 2025 23:12:44 -0400 Subject: [PATCH] fix(cmd/joj3): test cases --- cmd/joj3/conf/conf_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, {