Skip to content

Commit

Permalink
fix: "acceptancetest:hbarlimiter_batch3"
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
  • Loading branch information
victor-yanev committed Dec 17, 2024
1 parent 92e6690 commit ea27be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/server/tests/acceptance/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
*/
// External resources
import { ConfigService } from '@hashgraph/json-rpc-config-service/dist/services';
import dotenv from 'dotenv';
import path from 'path';
dotenv.config({ path: path.resolve(__dirname, '../../../../.env') });

import { ConfigServiceTestHelper } from '../../../config-service/tests/configServiceTestHelper';
ConfigServiceTestHelper.appendEnvsFromPath(path.resolve(__dirname, '../../../../.env'));
// Constants
import constants from '@hashgraph/json-rpc-relay/dist/lib/constants';
import { app as wsApp } from '@hashgraph/json-rpc-ws-server/dist/webSocketServer';
Expand Down
5 changes: 2 additions & 3 deletions packages/ws-server/tests/acceptance/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
import { Server } from 'node:http';

import { ConfigService } from '@hashgraph/json-rpc-config-service/dist/services';
import dotenv from 'dotenv';
import path from 'path';

import { ConfigServiceTestHelper } from '../../../config-service/tests/configServiceTestHelper';
ConfigServiceTestHelper.appendEnvsFromPath(path.resolve(__dirname, '../../../../.env'));
dotenv.config({ path: path.resolve(__dirname, '../../../../.env') });
import constants from '@hashgraph/json-rpc-relay/dist/lib/constants';
import { RequestDetails } from '@hashgraph/json-rpc-relay/dist/lib/types';
import { setServerTimeout } from '@hashgraph/json-rpc-server/dist/koaJsonRpc/lib/utils';
Expand Down

0 comments on commit ea27be9

Please sign in to comment.