Skip to content

Commit

Permalink
BE431 | Fix-Test-case Failing
Browse files Browse the repository at this point in the history
Signed-off-by: Udhayakumari <[email protected]>
  • Loading branch information
Udhayakumari authored and ArchanaArige committed Aug 23, 2023
1 parent 7a7f421 commit 535aa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/FabricGateway.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 535aa8d

Please sign in to comment.