Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed May 1, 2024
1 parent f0ee507 commit 2536cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/tests/rpc-client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ describe('RPC Clients', () => {

// request with http
try {
await httpOnlyClient.getServerInfo('ws://127.0.0.1')
await httpOnlyClient.getServerInfo('ws://127.0.0.1');
expect.fail('Expected error to be thrown');
} catch (error: any) {
expect(error.message).to.equal('no ws: transport client available');
Expand Down

0 comments on commit 2536cb4

Please sign in to comment.