From abbb8547f7895d76d3597f4fe112f8bcff7b9c19 Mon Sep 17 00:00:00 2001 From: HAL9000 Date: Thu, 23 Apr 2026 11:55:55 +0000 Subject: [PATCH] fix(test): revert a2a SDK test to check for Client class not A2AClient The a2a.client module exposes Client, not A2AClient. The PR incorrectly changed the TDD scenario to check for A2AClient which does not exist in the installed a2a SDK, causing the unit_tests CI gate to fail.