1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-05-31 23:19:45 +02:00

12 lines
199 B
Go
Raw Normal View History

package middleware
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestLogging(t *testing.T) {
require.NoError(t, Logging("foo", mockAction(nil), DefaultInitialPadding)(ctx))
}