(t *testing.T, s string)
| 488 | } |
| 489 | |
| 490 | func makeProto(t *testing.T, s string) proto.Message { |
| 491 | t.Helper() |
| 492 | return &ttnpb.APIKey{Id: s} |
| 493 | } |
| 494 | |
| 495 | func makeProtoString(t *testing.T, s string) string { |
| 496 | t.Helper() |
no outgoing calls
no test coverage detected