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

Commit b5249ab

Browse files
committed
Include AccountCacheItemTests
I noticed this was no longer included in the project. Probably should be.
1 parent ac526ca commit b5249ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/UnitTests/UnitTests.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
<Compile Include="GitHub.App\ViewModels\RepositoryCloneViewModelTests.cs" />
148148
<Compile Include="GitHub.App\ViewModels\RepositoryCreationViewModelTests.cs" />
149149
<Compile Include="GitHub.App\ViewModels\RepositoryPublishViewModelTests.cs" />
150+
<Compile Include="GitHub.Exports.Reactive\Caches\AccountCacheItemTests.cs" />
150151
<Compile Include="GitHub.Exports\VSServicesTests.cs" />
151152
<Compile Include="GitHub.Extensions\UriExtensionTests.cs" />
152153
<Compile Include="GitHub.Primitives\UriStringTests.cs" />
@@ -257,9 +258,7 @@
257258
<ItemGroup>
258259
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
259260
</ItemGroup>
260-
<ItemGroup>
261-
<Folder Include="GitHub.Exports.Reactive\" />
262-
</ItemGroup>
261+
<ItemGroup />
263262
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
264263
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
265264
<PropertyGroup>

0 commit comments

Comments
 (0)