Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c571592

Browse files
committed
Move everything to the GitHub.Api folder
I put shit in the wrong place.
1 parent c5ac231 commit c571592

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/UnitTests/GitHub.App/Api/SimpleApiClientFactoryTests.cs renamed to src/UnitTests/GitHub.Api/SimpleApiClientFactoryTests.cs

File renamed without changes.
File renamed without changes.

src/UnitTests/UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
</ItemGroup>
136136
<ItemGroup>
137137
<Compile Include="Args.cs" />
138-
<Compile Include="GitHub.App\Api\SimpleApiClientFactoryTests.cs" />
139-
<Compile Include="GitHub.App\Api\SimpleApiClientTests.cs" />
138+
<Compile Include="GitHub.Api\SimpleApiClientFactoryTests.cs" />
139+
<Compile Include="GitHub.Api\SimpleApiClientTests.cs" />
140140
<Compile Include="GitHub.App\Caches\ImageCacheTests.cs" />
141141
<Compile Include="GitHub.App\Models\ModelServiceTests.cs" />
142142
<Compile Include="GitHub.App\Controllers\UIControllerTests.cs" />

0 commit comments

Comments
 (0)