Skip to content

Commit 2a5e391

Browse files
committed
Rearrange using directives
1 parent e63d908 commit 2a5e391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventDetailsOpenApiTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using System.Text.Json;
22

3+
using AzureOpenAIProxy.AppHost.Tests.Fixtures;
4+
35
using FluentAssertions;
46

57
using IdentityModel.Client;
68

7-
using AzureOpenAIProxy.AppHost.Tests.Fixtures;
8-
99
namespace AzureOpenAIProxy.AppHost.Tests.ApiApp.Endpoints;
1010

1111
public class AdminGetEventDetailsOpenApiTests(AspireAppHostFixture host) : IClassFixture<AspireAppHostFixture>

0 commit comments

Comments
 (0)