googleapis / nodejs-proto-files

All of the Google API's protocol buffer files
Apache License 2.0
76 stars 18 forks source link

test: update tests to reflect upstream fix #448

Closed bcoe closed 1 year ago

bcoe commented 1 year ago

The upstream behaviour in protobufjs was changed to throw an error rather than return null:

See: https://github.com/protobufjs/protobuf.js/pull/1817