From fc176c4dea7463d587a1e921780cce55552e0c86 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 25 Jan 2024 08:12:10 +1100 Subject: feat: deprecate `Deno.{Conn,TcpConn,TlsConn,UnixConn}.rid` (#22077) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For removal in Deno v2. Co-authored-by: Bartek IwaƄczuk --- cli/tests/integration/worker_tests.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests/integration/worker_tests.rs') diff --git a/cli/tests/integration/worker_tests.rs b/cli/tests/integration/worker_tests.rs index 573863d4f..cbd63d809 100644 --- a/cli/tests/integration/worker_tests.rs +++ b/cli/tests/integration/worker_tests.rs @@ -1,10 +1,10 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. itest!(workers { - args: "test --reload --location http://127.0.0.1:4545/ -A --unstable workers/test.ts", - output: "workers/test.ts.out", - http_server: true, - }); + args: "test --reload --location http://127.0.0.1:4545/ -A --unstable-worker-options workers/test.ts", + output: "workers/test.ts.out", + http_server: true, +}); itest!(worker_error { args: "run -A workers/worker_error.ts", -- cgit v1.2.3