test(analyzer): fix test

This commit is contained in:
Sebastian Beisch
2022-04-11 17:49:34 +02:00
committed by Felix Wiedmann
parent 0c7338ab13
commit 1d0c93b678
5 changed files with 3 additions and 8 deletions

View File

@@ -111,7 +111,6 @@ func (a *angular) analyze(commit shared.Commit, rule Rule) *shared.AnalyzedCommi
analyzed := &shared.AnalyzedCommit{
Commit: commit,
Author: commit.Author,
Tag: rule.Tag,
TagString: rule.TagString,
Scope: shared.Scope(matches["scope"]),