Skip to content

Commit 54ccc80

Browse files
authored
Fix class name (Azure#47582)
1 parent c93bc3c commit 54ccc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ai/Azure.AI.Projects/tests/Samples/Agent/Sample_Agent_Openapi_Functions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace Azure.AI.Projects.Tests;
1818

19-
public partial class Sample_Agent_Azure_Functions : SamplesBase<AIProjectsTestEnvironment>
19+
public partial class Sample_Agent_OpenAPI : SamplesBase<AIProjectsTestEnvironment>
2020
{
2121
private static string GetFile([CallerFilePath] string pth = "")
2222
{

0 commit comments

Comments
 (0)