underscore/examples/pipe_test.go
2022-03-29 08:26:35 -04:00

11 lines
153 B
Go

package examples
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestPipingExample(t *testing.T) {
assert.Equal(t, 120, piping())
}