mfer/internal/log/log_test.go

13 lines
138 B
Go

package log
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestBuild(t *testing.T) {
Init()
assert.True(t, true)
}