From 2f36e8fef12a6eb031f93280d77a32741016bdec Mon Sep 17 00:00:00 2001 From: kidneyweak Date: Tue, 19 Mar 2024 10:12:26 +0800 Subject: [PATCH] fix: unit test coverage --- test/quorum/service/network.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/quorum/service/network.test.ts b/test/quorum/service/network.test.ts index ca30be3..9c766f4 100644 --- a/test/quorum/service/network.test.ts +++ b/test/quorum/service/network.test.ts @@ -11,7 +11,7 @@ import { JoinNodeType } from '../../../src/quorum/model/type/network.type' import Wallet from '../../../src/wallet/service/wallet' import { WalletType } from '../../../src/wallet/model/type/wallet.type' -describe.skip('Quorum.Network.Service', function () { +describe('Quorum.Network.Service', function () { this.timeout(1000000) const docker = new Dockerode({ socketPath: '/var/run/docker.sock' }) @@ -194,7 +194,7 @@ describe.skip('Quorum.Network.Service', function () { }) }) - describe('Quorum.Network.joinNode', () => { + describe.skip('Quorum.Network.joinNode', () => { const ipAddress = '127.0.0.1' it('should join a validator node successfully', async () => {