Anything: remove unecessary type

This commit is contained in:
Eyal Posener 2018-03-06 06:55:39 +02:00 committed by Ernesto Jiménez
parent 921da254ef
commit 4c1331b42c

View File

@ -528,7 +528,7 @@ type Arguments []interface{}
const ( const (
// Anything is used in Diff and Assert when the argument being tested // Anything is used in Diff and Assert when the argument being tested
// shouldn't be taken into consideration. // shouldn't be taken into consideration.
Anything string = "mock.Anything" Anything = "mock.Anything"
) )
// AnythingOfTypeArgument is a string that contains the type of an argument // AnythingOfTypeArgument is a string that contains the type of an argument