@webex/internal-plugin-mercury 3.9.0 → 3.10.0-multi-llms.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -466,12 +466,12 @@ describe('plugin-mercury', () => {
466
466
  .then(() => assert.calledWith(mockWebSocket.close, 3001, 'Custom Normal')));
467
467
 
468
468
  it('accepts the logout reason', () =>
469
- socket
470
- .close({
471
- code: 3050,
472
- reason: 'done (permanent)',
473
- })
474
- .then(() => assert.calledWith(mockWebSocket.close, 3050, 'done (permanent)')));
469
+ socket
470
+ .close({
471
+ code: 3050,
472
+ reason: 'done (permanent)',
473
+ })
474
+ .then(() => assert.calledWith(mockWebSocket.close, 3050, 'done (permanent)')));
475
475
 
476
476
  it('can safely be called called multiple times', () => {
477
477
  const p1 = socket.close();