test(convention): unit test for misc type
parent
daf3f0b36d
commit
54a97bbaf9
|
@ -44,6 +44,12 @@ func TestNewCommit(t *testing.T) {
|
|||
Message: "Docs: correct spelling of CHANGELOG",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "Misc",
|
||||
c: git.Commit{
|
||||
Message: "random git message",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
for _, tc := range tests {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"RawHeader": "random git message",
|
||||
"Type": "misc"
|
||||
}
|
Loading…
Reference in New Issue