make method invocation resilient to errors trying to load all files from server (#74)

This commit is contained in:
Joshua Humphries
2018-12-13 11:44:43 -05:00
committed by GitHub
parent 70e9bba1b8
commit 9fa2fce63b
3 changed files with 32 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ import (
"google.golang.org/grpc/metadata"
)
func TestRequestFactory(t *testing.T) {
func TestRequestParser(t *testing.T) {
source, err := DescriptorSourceFromProtoSets("testing/example.protoset")
if err != nil {
t.Fatalf("failed to create descriptor source: %v", err)