summaryrefslogtreecommitdiff
path: root/cli/tests/unit/ops_test.ts
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-02-06 18:07:20 +0530
committerGitHub <noreply@github.com>2024-02-06 13:37:20 +0100
commite568cb8bf85161ea850ca2ae3b11247a0d5dcabd (patch)
tree54a8077ef0f574e0f1afe2c7129289e4204a2be5 /cli/tests/unit/ops_test.ts
parent428266c06a192f008a5429e871f783dfb4601f93 (diff)
chore(ws): remove unused op_ws_send_pong (#22283)
Diffstat (limited to 'cli/tests/unit/ops_test.ts')
-rw-r--r--cli/tests/unit/ops_test.ts2
1 files changed, 1 insertions, 1 deletions
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