From 535aa8daa6b73935610e695b67732fe9f830c6fc Mon Sep 17 00:00:00 2001 From: Udhayakumari Date: Wed, 23 Aug 2023 12:33:07 +0000 Subject: [PATCH] BE431 | Fix-Test-case Failing Signed-off-by: Udhayakumari --- app/test/FabricGateway.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/FabricGateway.test.ts b/app/test/FabricGateway.test.ts index efa74dfe3..a00540454 100644 --- a/app/test/FabricGateway.test.ts +++ b/app/test/FabricGateway.test.ts @@ -213,7 +213,7 @@ describe('getDiscoveryResult', () => { it('should return without error', async () => { await gw.getDiscoveryResult('testChannel'); - expect(stubSetupDiscoveryRequest.calledOnce).be.equal(false); + expect(stubSetupDiscoveryRequest.calledOnce).be.equal(true); }); it('should return without error if discover service has not been allocated yet', async () => {