Skip to content

Commit

Permalink
build: Fix outdated import to fix build (no-changelog) (#8558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Feb 6, 2024
1 parent abddbb6 commit dc068ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ExternalSecretsManager } from '@/ExternalSecrets/ExternalSecretsManager.ee';
import { License } from '@/License';
import { MessageEventBus } from '@/eventbus';
import { MessageEventBus } from '@/eventbus/MessageEventBus/MessageEventBus';
import Container from 'typedi';
import { Logger } from 'winston';
import { messageToRedisServiceCommandObject, debounceMessageReceiver } from '../helpers';
Expand Down
1 change: 0 additions & 1 deletion packages/cli/test/unit/InternalHooks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { InternalHooks } from '@/InternalHooks';
import type { License } from '@/License';
import type { Telemetry } from '@/telemetry';

jest.mock('@/eventbus');
jest.mock('node:os', () => ({
tmpdir: () => '',
cpus: () => [{ model: 'MIPS R3000', speed: 40_000_000 }],
Expand Down

0 comments on commit dc068ce

Please sign in to comment.