Skip to content

Commit 2536cb4

Browse files
committed
fix linting
1 parent f0ee507 commit 2536cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/agent/tests/rpc-client.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ describe('RPC Clients', () => {
226226

227227
// request with http
228228
try {
229-
await httpOnlyClient.getServerInfo('ws://127.0.0.1')
229+
await httpOnlyClient.getServerInfo('ws://127.0.0.1');
230230
expect.fail('Expected error to be thrown');
231231
} catch (error: any) {
232232
expect(error.message).to.equal('no ws: transport client available');

0 commit comments

Comments
 (0)