Skip to content

Commit

Permalink
fix: fixed ws-server unit
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
  • Loading branch information
quiet-node committed Feb 1, 2025
1 parent c65a880 commit 40912f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ws-server/tests/unit/validations.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ describe('validations unit test', async function () {
];

INVALID_REQUESTS.forEach((request) => {
console.log(request);
// @ts-ignore
expect(validateJsonRpcRequest(request, logger, requestDetails)).to.be.false;
});
Expand Down

0 comments on commit 40912f6

Please sign in to comment.