package log_test import ( "testing" "sneak.berlin/go/mfer/internal/log" ) func TestBuild(t *testing.T) { t.Parallel() log.Init() }