Skip to content

Commit

Permalink
remove obsolete code and fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: instamenta <[email protected]>
  • Loading branch information
instamenta committed Jan 6, 2025
1 parent f1f43c1 commit a1c8d23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions test/data/test-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ test:
limits:
cpu: 150m
memory: 250Mi
blockstreamUploader:
resources:
requests:
cpu: 0
memory: 0
limits:
cpu: 150m
memory: 250Mi
eventStreamUploader:
resources:
requests:
Expand Down
1 change: 0 additions & 1 deletion test/unit/core/profile_manager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import * as version from '../../../version.js';
import type {NodeAlias} from '../../../src/types/aliases.js';
import {container} from 'tsyringe-neo';
import {resetTestContainer} from '../../test_container.js';
import {HEDERA_NODE_SIDECARS} from '../../../src/core/constants.js';

describe('ProfileManager', () => {
let tmpDir: string, configManager: ConfigManager, profileManager: ProfileManager, cacheDir: string;
Expand Down

0 comments on commit a1c8d23

Please sign in to comment.