Skip to content

Commit

Permalink
chore: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nichita-pasecinic committed Feb 11, 2024
1 parent 4feb51f commit f586b0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/get-stream-handler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,7 @@ describe('[getStreamHandler] rxjs marbles tests', () => {
expectObservable(cold(triggerMarbles, triggerValues).pipe(tap((fn) => fn())));
});

/* eslint-disable @typescript-eslint/unbound-method */
expect(transformRequests).toHaveBeenCalledOnce();
expect(tapFn).toHaveBeenNthCalledWith(1, request);
/* eslint-enable @typescript-eslint/unbound-method */
});
});

0 comments on commit f586b0f

Please sign in to comment.