Move AuthorizationsEndpointTests to Endpoints dir

This commit is contained in:
Haacked
2013-01-28 11:14:19 -08:00
parent b435972616
commit d209e2828e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Authentication\CredentialsTests.cs" />
<Compile Include="AuthorizationsEndpointTests.cs" />
<Compile Include="Endpoints\AuthorizationsEndpointTests.cs" />
<Compile Include="Endpoints\OrganizationsEndpointTests.cs" />
<Compile Include="Helpers\Arg.cs" />
<Compile Include="Helpers\AssertEx.cs" />