Skip to content

Commit

Permalink
ran linter
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed May 2, 2024
1 parent e175b22 commit c6661cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gax/test/unit/streaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1157,8 +1157,7 @@ describe('streaming', () => {
true // new retry behavior enabled
);
// resumption strategy is to pass a different arg to the function
const getResumptionRequestFn = sinon.spy(
(originalRequest: RequestType) => {
const getResumptionRequestFn = sinon.spy((originalRequest: RequestType) => {
assert.strictEqual(originalRequest.arg, 0);
return {arg: 2};
});
Expand Down

0 comments on commit c6661cd

Please sign in to comment.