From fa51ea08010ad2f4488d408653db9ad4c5e1c5b3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 28 Aug 2024 15:04:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- protos/protos.json | 3 +++ test/index.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/protos/protos.json b/protos/protos.json index 946dfdc5..2dd3af9e 100644 --- a/protos/protos.json +++ b/protos/protos.json @@ -1,4 +1,7 @@ { + "options": { + "syntax": "proto3" + }, "nested": { "google": { "nested": { diff --git a/test/index.ts b/test/index.ts index 3455c6be..c13a480b 100644 --- a/test/index.ts +++ b/test/index.ts @@ -1589,7 +1589,7 @@ async.each( } catch (err: unknown) { assert( [ - `Cannot read properties of null (reading 'toString')`, // Later Node versions + "Cannot read properties of null (reading 'toString')", // Later Node versions "Cannot read property 'toString' of null", // Node 14 ].includes((err as {message: string}).message) );