Skip to content

Commit cc99cef

Browse files
authored
Reformat test_invoke_agent_scope.py with consistent style
1 parent e772f78 commit cc99cef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/observability/core/test_invoke_agent_scope.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TestInvokeAgentScope(unittest.TestCase):
1919
@classmethod
2020
def setUpClass(cls):
2121
"""Set up test environment once for all tests."""
22-
# Configure Agent365 for testing
22+
# Configure Microsoft Agent 365 for testing
2323
configure(
2424
service_name="test-invoke-agent-service",
2525
service_namespace="test-namespace",
@@ -70,3 +70,4 @@ def test_record_output_messages_method_exists(self):
7070

7171
if __name__ == "__main__":
7272
unittest.main(verbosity=2)
73+

0 commit comments

Comments
 (0)