Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrinjani committed Jan 20, 2018
1 parent 26178a7 commit 1ac8f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/__tests__/JsonConfigStore.test.ts
Expand Up @@ -25,6 +25,7 @@ describe('JsonConfigStore', () => {
expect(store.config.brokers[1].enabled).toBe(true);
expect(store.config.brokers[1].maxLongPosition).toBe(0.2);
store.close();
await delay(10);
});

test('set', async () => {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Expand Up @@ -9,6 +9,6 @@ export const fatalErrors = [
'Conditions and Trading Rules before continuing',
'product_disabled'
];
export const configStoreSocketUrl = 'tcp://127.0.0.1:8712';
export const configStoreSocketUrl = 'tcp://127.0.0.1:8709';
export const reportServicePubUrl = 'tcp://127.0.0.1:8710';
export const reportServiceRepUrl = 'tcp://127.0.0.1:8711';

0 comments on commit 1ac8f07

Please sign in to comment.