Skip to content

Commit

Permalink
fix: fix lint warning (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole authored May 28, 2024
1 parent b4f2f30 commit 863d563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gax/test/test-application/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,6 @@ async function testServerStreamingThrowsCannotSetTotalTimeoutMillisMaxRetries(
// The test should not retry when the max retries are set to 0
// and the emitted error should bubble up to the user when it does not retry.
async function testErrorMaxRetries0(client: SequenceServiceClient) {
const finalData: string[] = [];
const shouldRetryFn = (error: GoogleError) => {
return [4].includes(error!.code!);
};
Expand Down

0 comments on commit 863d563

Please sign in to comment.