Skip to content

Commit

Permalink
correct test function name
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Sukharev <[email protected]>
  • Loading branch information
smacker committed Mar 7, 2019
1 parent df1ce94 commit 054e4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaves/commits_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestCommitsConfigure(t *testing.T) {
assert.Equal(t, ca.reversedPeopleDict, ca.Requires())
}

func TestCommitsConsumeFinalize(t *testing.T) {
func TestCommitsConsume(t *testing.T) {
ca := CommitsAnalysis{}
assert.Nil(t, ca.Initialize(test.Repository))
deps := map[string]interface{}{}
Expand Down

0 comments on commit 054e4c0

Please sign in to comment.