Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
update unit test name
Browse files Browse the repository at this point in the history
Co-authored-by: Forest Eckhardt <[email protected]>
  • Loading branch information
dwillist and ForestEckhardt committed Aug 16, 2019
1 parent c25a129 commit 8accdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/dep_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

//go:generate mockgen -source=dep.go -destination=mocks_test.go -package=dep_test

func TestUnitGoMod(t *testing.T) {
func TestUnitDep(t *testing.T) {
spec.Run(t, "Go Dep", testDep, spec.Report(report.Terminal{}))
}

Expand Down

0 comments on commit 8accdb4

Please sign in to comment.