Skip to content

Commit

Permalink
fix(tests): update log test about exclude path
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 1, 2021
1 parent 25a1d49 commit 9d213f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-core/src/repo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ mod test {
.unwrap()
.to_path_buf(),
)?;
let commits = repository.commits(None, None)?;
let commits = repository.commits(None, None, None)?;
let last_commit = AppCommit::from(&commits.first().unwrap().clone());
assert_eq!(get_last_commit_hash()?, last_commit.id);
if let Err(e) = last_commit.into_conventional() {
Expand Down

0 comments on commit 9d213f5

Please sign in to comment.