From e568cb8bf85161ea850ca2ae3b11247a0d5dcabd Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 6 Feb 2024 18:07:20 +0530 Subject: chore(ws): remove unused op_ws_send_pong (#22283) --- cli/tests/unit/ops_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/unit/ops_test.ts b/cli/tests/unit/ops_test.ts index 71b66f312..e91c37e67 100644 --- a/cli/tests/unit/ops_test.ts +++ b/cli/tests/unit/ops_test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -const EXPECTED_OP_COUNT = 51; +const EXPECTED_OP_COUNT = 50; Deno.test(function checkExposedOps() { // @ts-ignore TS doesn't allow to index with symbol -- cgit v1.2.3