1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-19 03:08:30 +03:00

test: add missing output to tests

This commit is contained in:
Orhun Parmaksız 2024-08-30 08:59:47 +03:00
parent 077b3402b8
commit 1da10e903e
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
2 changed files with 2 additions and 0 deletions

View File

@ -652,6 +652,7 @@ mod test {
replace: Some(String::from("exciting")),
replace_command: None,
}]),
output: None,
},
git: GitConfig {
conventional_commits: Some(true),

View File

@ -41,6 +41,7 @@ fn generate_changelog() -> Result<()> {
footer: Some(String::from("eoc - end of changelog")),
trim: None,
postprocessors: None,
output: None,
};
let git_config = GitConfig {
conventional_commits: Some(true),