added test to prove variadic args aren't working

This commit is contained in:
Mat Ryer
2016-10-06 11:24:08 +01:00
parent b050476316
commit 92c01adec9
4 changed files with 53 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ package example
import "context"
//go:generate moq PersonStore -out mockpersonstore_test.go
//go:generate moq -out mockpersonstore_test.go PersonStore
type Person struct {
ID string