From e114653043133b4aebfeaac2743b8df9f447232c Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Tue, 3 Sep 2024 11:47:40 -0700 Subject: [PATCH] run lint --- gax/test/unit/apiCallable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gax/test/unit/apiCallable.ts b/gax/test/unit/apiCallable.ts index 026f4023a..4a17d590b 100644 --- a/gax/test/unit/apiCallable.ts +++ b/gax/test/unit/apiCallable.ts @@ -588,7 +588,7 @@ describe('retryable', () => { assert.ok(err instanceof GoogleError); assert.match( err.message, - /Total timeout of API TestApi exceeded 100 milliseconds retrying error Error before any response was received/ + /Total timeout of API TestApi exceeded 100 milliseconds retrying error Error {2}before any response was received/ ); assert.strictEqual(err!.code, status.DEADLINE_EXCEEDED); done();