admin / modules /logger /logger_test.go
AZLABS's picture
Upload folder using huggingface_hub
530729e verified
raw
history blame contribute delete
80 Bytes
package logger
import "testing"
func TestInfo(t *testing.T) {
Info("test")
}