From c67fa18f14804a3f311badf85e07cae3e4d8631a Mon Sep 17 00:00:00 2001 From: Siavash Sameni Date: Sun, 5 Apr 2026 15:26:54 +0400 Subject: [PATCH] fix: add missing QualityProfile import in featherchat test Co-Authored-By: Claude Opus 4.6 (1M context) --- crates/wzp-client/src/featherchat.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/wzp-client/src/featherchat.rs b/crates/wzp-client/src/featherchat.rs index e100df9..1a175d4 100644 --- a/crates/wzp-client/src/featherchat.rs +++ b/crates/wzp-client/src/featherchat.rs @@ -115,6 +115,7 @@ pub fn signal_to_call_type(signal: &SignalMessage) -> CallSignalType { #[cfg(test)] mod tests { use super::*; + use wzp_proto::QualityProfile; #[test] fn payload_roundtrip() {