Skip to content

Commit

Permalink
test(rh): add missing test for normal commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Oct 3, 2024
1 parent 9f158b6 commit fa16a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-helper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ mod tests {

assert_eq!(normal_commits.len(), 1);
assert_eq!(dependency_commits.len(), 2);
assert_eq!(normal_commits[0].msg, parsed_commits[0].msg);
assert_eq!(
dependency_commits
.get("server")
Expand Down

0 comments on commit fa16a0a

Please sign in to comment.