googleapis / gapic-generator-typescript

Generate Typescript API client libraries from Protocol Buffers.
Apache License 2.0
72 stars 24 forks source link

fix: expectedParams in tests should not print out null string, instead should print empty string #1621

Closed sofisl closed 3 months ago

sofisl commented 5 months ago

see: https://github.com/googleapis/google-cloud-node/pull/5451/commits/a41d855dd3dac948ef98cc5d8084a7419825e084 (was failing beforehand)

This matches what we did in ESM.