mirror of
https://github.com/stretchr/testify.git
synced 2025-04-27 13:13:19 +00:00
Anything: remove unecessary type
This commit is contained in:
parent
921da254ef
commit
4c1331b42c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user