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

11 lines
147 B
Go

package mtproto
import "testing"
func TestVendoredKeys(t *testing.T) {
keys := vendoredKeys()
if len(keys) == 0 {
t.Fatal("empty keys")
}
}