jhump / protoreflect

Reflection (Rich Descriptors) for Go Protocol Buffers
Apache License 2.0
1.35k stars 172 forks source link

Update test assertions to work with latest protobuf-go #598

Closed jhump closed 8 months ago

jhump commented 8 months ago

The latest protobuf-go has fixed/tweaked some error messages that were part of assertions in this module's tests.

So this updates those test assertions.

Resolves #597