diff --git a/features/tdd_a2a_sdk_dependency.feature b/features/tdd_a2a_sdk_dependency.feature index 92f23ff48..b7425b0ad 100644 --- a/features/tdd_a2a_sdk_dependency.feature +++ b/features/tdd_a2a_sdk_dependency.feature @@ -19,5 +19,5 @@ Feature: A2A Python SDK is a declared project dependency @tdd_issue @tdd_issue_4273 Scenario: a2a SDK provides the A2AClient class - When I import "a2a.client" and access "A2AClient" - Then the "A2AClient" class should be available + When I import "a2a.client" and access "Client" + Then the "Client" class should be available