Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Sep 3, 2024
1 parent f0fa576 commit e114653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gax/test/unit/apiCallable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e114653

Please sign in to comment.