Skip to content

Commit

Permalink
Anything: remove unecessary type
Browse files Browse the repository at this point in the history
  • Loading branch information
posener authored and ernesto-jimenez committed Mar 18, 2018
1 parent 921da25 commit 4c1331b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ type Arguments []interface{}
const (
// Anything is used in Diff and Assert when the argument being tested
// shouldn't be taken into consideration.
Anything string = "mock.Anything"
Anything = "mock.Anything"
)

// AnythingOfTypeArgument is a string that contains the type of an argument
Expand Down

0 comments on commit 4c1331b

Please sign in to comment.