Skip to content

Commit

Permalink
[test]: revert .only
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <a.marcius26@gmail.com>
  • Loading branch information
0x009922 committed Oct 31, 2023
1 parent e487163 commit 856e450
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/client/test/integration/test-node/test/main.spec.ts
Expand Up @@ -52,17 +52,9 @@ afterAll(async () => {
})

// Actually it is already tested within `@iroha2/test-peer`
test.only('Peer is healthy', async () => {
test('Peer is healthy', async () => {
const { pre } = clientFactory()

fetch(pre.apiURL + '/health')
.then((x) => {
console.log('fetch result', x)
})
.catch((e) => {
console.log('fetch error', e)
})

expect(await Torii.getHealth(pre)).toEqual(variant('Ok', null) as RustResult<null, any>)
})

Expand Down

0 comments on commit 856e450

Please sign in to comment.