From 8c91eecb6720ce5dba5c10df556bd67ba6b477c3 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 9 Dec 2024 11:21:02 -0500 Subject: [PATCH] call: Add `test-support` feature for `livekit_client_macos` (#21748) This PR updates the `call` crate to include the `test-support` feature for `livekit_client_macos` when `call` is used with `test-support`. This fixes running `cargo test -p copilot` and `cargo test -p editor` (and perhaps some other crates). Release Notes: - N/A --- crates/call/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/call/Cargo.toml b/crates/call/Cargo.toml index 9ba10e56ba3d34a3abdeb607e8295b8125fd7e06..42f007dbce3e47febd02d8d17f66821940d1f95f 100644 --- a/crates/call/Cargo.toml +++ b/crates/call/Cargo.toml @@ -18,6 +18,7 @@ test-support = [ "collections/test-support", "gpui/test-support", "livekit_client/test-support", + "livekit_client_macos/test-support", "project/test-support", "util/test-support" ]