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 () => {