Skip to content

Commit 863d563

Browse files
authored
fix: fix lint warning (#1608)
1 parent b4f2f30 commit 863d563

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gax/test/test-application/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,6 @@ async function testServerStreamingThrowsCannotSetTotalTimeoutMillisMaxRetries(
11541154
// The test should not retry when the max retries are set to 0
11551155
// and the emitted error should bubble up to the user when it does not retry.
11561156
async function testErrorMaxRetries0(client: SequenceServiceClient) {
1157-
const finalData: string[] = [];
11581157
const shouldRetryFn = (error: GoogleError) => {
11591158
return [4].includes(error!.code!);
11601159
};

0 commit comments

Comments
 (0)