You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a generated mock that doesn't compile because it has a method where one of the arguments has the name m. This conflicts with the m name given to the mock itself in the Expect method:
I have a generated mock that doesn't compile because it has a method where one of the arguments has the name
m
. This conflicts with them
name given to the mock itself in theExpect
method:This could be fixed by having a more unique name for the mock (in
template.go
?), I think.The text was updated successfully, but these errors were encountered: