Function parameters cause error
cweill opened this issue · 1 comments
cweill commented
Trying to generate tests for a function that accepts a function parameter:
func f(foo func(string) error) error {}
Returns:
GoTests error: [Errno 1] Operation not permitted.
cweill commented
GoTests error: [Errno 1] Operation not permitted.
was actually unrelated. Confirmed this works.