Skip to content

Commit b6c149b

Browse files
committed
remove unnecessary check
1 parent 84a0736 commit b6c149b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/client.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ describe('Client', () => {
655655
expect(errorMessages).to.not.be.empty;
656656
expect(errorMessages[0].includes('GOAWAY')).to.be.true;
657657
expect(infoMessages).to.not.be.empty;
658-
expect(infoMessages[1]).to.equal('Session connected');
659658
});
660659

661660
it('Handles unexpected protocol errors (no response sent)', async () => {
@@ -2051,7 +2050,6 @@ describe('ManageChannelsClient', () => {
20512050
expect(errorMessages).to.not.be.empty;
20522051
expect(errorMessages[0].includes('ManageChannelsSession GOAWAY')).to.be.true;
20532052
expect(infoMessages).to.not.be.empty;
2054-
expect(infoMessages[1]).to.be.equal('ManageChannelsSession connected');
20552053
});
20562054

20572055
it('Handles unexpected protocol errors (no response sent)', async () => {

0 commit comments

Comments
 (0)