(t *testing.T)
| 35 | } |
| 36 | |
| 37 | func TestBaseApp(t *testing.T) { |
| 38 | fmt.Println("### Testing BaseApp") |
| 39 | testStream(t, types.NewBaseApplication()) |
| 40 | } |
| 41 | |
| 42 | func TestGRPC(t *testing.T) { |
| 43 | fmt.Println("### Testing GRPC") |
nothing calls this directly
no test coverage detected
searching dependent graphs…