Skip to content

Commit 12f99ce

Browse files
committed
Fix typos
1 parent 79de288 commit 12f99ce

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

x-pack/plugins/ingest_manager/server/services/agents/checkin/state_new_actions.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ describe('test agent checkin new action services', () => {
4545
(getNewActionsSince as jest.MockedFunction<typeof getNewActionsSince>).mockReset();
4646
});
4747
it('should work, call get actions until there is new action', async () => {
48-
// const scheduler = new VirtualTimeScheduler(undefined, 20000);
49-
5048
const observable = createNewActionsSharedObservable();
5149

5250
getMockedNewActionSince()

x-pack/plugins/ingest_manager/server/services/agents/checkin/state_new_actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import semver from 'semver';
8-
import Rx, { timer, from, Observable, TimeoutError, of, EMPTY } from 'rxjs';
8+
import { timer, from, Observable, TimeoutError, of, EMPTY } from 'rxjs';
99
import { omit } from 'lodash';
1010
import {
1111
shareReplay,

0 commit comments

Comments
 (0)