Files
2025-06-27 20:03:37 -07:00

12 lines
161 B
Go

package tmap
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestConstructor_New(t *testing.T) {
require.Nil(t, (&Constructor{}).New(0))
}