Files
mautrix-telegram/pkg/gotd/tmap/tmap_test.go
T
2025-06-27 20:03:37 -07:00

12 lines
147 B
Go

package tmap
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestMap_Get(t *testing.T) {
require.Empty(t, (&Map{}).Get(0))
}