kanban / server /utils /testUtils.go
Leon4gr45's picture
Upload folder using huggingface_hub
13555f3 verified
package utils
import "github.com/stretchr/testify/mock"
var Anything = mock.MatchedBy(func(interface{}) bool { return true })