Skip to content

Commit

Permalink
fixing lint and incorrect commenting in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Sep 26, 2024
1 parent 90bbc69 commit a2787a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ describe('sdk-client storage', () => {
expect.stringMatching('LaunchDarkly_1234567890123456_1234567890123456'),
);

// 'change' should not have been emitted
expect(emitter.emit).toHaveBeenCalledWith(
'change',
expect.objectContaining(toMulti(context)),
Expand Down
2 changes: 0 additions & 2 deletions packages/shared/sdk-client/src/LDClientImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import {
LDHeaders,
LDLogger,
Platform,
ProcessStreamResponse,
EventName as StreamEventName,
subsystem,
timedPromise,
TypeValidators,
Expand Down

0 comments on commit a2787a6

Please sign in to comment.