Skip to content

Commit

Permalink
match class name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Feb 23, 2024
1 parent 97a1ef9 commit 1c9adee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/json-rpc-socket.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { createJsonRpcRequest, createJsonRpcSuccessResponse } from '../src/lib/j

chai.use(chaiAsPromised);

describe('JSONRPCSocket', () => {
describe('JsonRpcSocket', () => {
let wsServer: WebSocketServer;

before(async () => {
Expand Down

0 comments on commit 1c9adee

Please sign in to comment.