summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/websocketstream_ping_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/websocketstream_ping_test.ts')
-rw-r--r--cli/tests/testdata/run/websocketstream_ping_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/websocketstream_ping_test.ts b/cli/tests/testdata/run/websocketstream_ping_test.ts
index 12f847cd8..a4b684468 100644
--- a/cli/tests/testdata/run/websocketstream_ping_test.ts
+++ b/cli/tests/testdata/run/websocketstream_ping_test.ts
@@ -1,5 +1,5 @@
const wss = new WebSocketStream("ws://127.0.0.1:4513");
-const { readable } = await wss.connection;
+const { readable } = await wss.opened;
for await (const _ of readable) {
//
}