Fix wrong test mock data
This commit is contained in:
Родитель
e447b3df25
Коммит
66db54e2fe
|
@ -424,10 +424,10 @@ describe('Gren', () => {
|
|||
}
|
||||
},
|
||||
{
|
||||
commit: {
|
||||
author: {
|
||||
name: 'Alex Canessa'
|
||||
},
|
||||
commit: {
|
||||
message: 'Two'
|
||||
},
|
||||
author: {
|
||||
|
@ -535,7 +535,7 @@ describe('Gren', () => {
|
|||
fs.unlinkSync(gren.options.changelogFilename);
|
||||
}
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
describe('_validateRequiredTagsExists', () => {
|
||||
it('should failed if one tag is missing', () => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче