Skip to content

Commit d9c29ff

Browse files
giles17Copilot
andcommitted
Fix missing System using in AnthropicSkillsIntegrationTests
Add 'using System;' for InvalidOperationException in try/catch blocks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a0d45a0 commit d9c29ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dotnet/tests/AnthropicChatCompletion.IntegrationTests/AnthropicSkillsIntegrationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Microsoft. All rights reserved.
22

3+
using System;
34
using System.Threading.Tasks;
45
using AgentConformance.IntegrationTests.Support;
56
using Anthropic;

0 commit comments

Comments
 (0)