Skip to content

Commit

Permalink
fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagaprasadvr committed Feb 29, 2024
1 parent eaaeca1 commit 0e18e2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Logs
continue-on-error: false
shell: bash
run: yarn validator:logs & sleep 3
run: yarn validator:logs &

- name: Test
run: yarn test
1 change: 0 additions & 1 deletion packages/js/tests/unit/hxro.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe('unit.hxro', () => {

it('get hxro config', async () => {
const result = await cvgTaker.hxro().fetchConfig();
console.log(result);
expect(result).toEqual({
model: 'hxroPrintTradeProviderConfig',
address: cvgTaker.hxro().pdas().config(),
Expand Down

0 comments on commit 0e18e2a

Please sign in to comment.