Rename test class to be consistent with others

This commit is contained in:
Ryan Gribble
2016-01-30 16:37:06 +10:00
parent b1f6c3a1b7
commit e87f200b7a
4 changed files with 3 additions and 1 deletions
@@ -77,7 +77,7 @@
<Compile Include="Clients\AuthorizationClientTests.cs" />
<Compile Include="Clients\BlobClientTests.cs" />
<Compile Include="Clients\BranchesClientTests.cs" />
<Compile Include="Clients\Enterprise\EnterpriseAdminStatsClientTest.cs" />
<Compile Include="Clients\Enterprise\EnterpriseAdminStatsClientTests.cs" />
<Compile Include="Clients\GitHubClientTests.cs" />
<Compile Include="Clients\MergingClientTests.cs" />
<Compile Include="Clients\CommitsClientTests.cs" />
@@ -70,6 +70,7 @@
<Compile Include="Clients\CommitStatusClientTests.cs" />
<Compile Include="Clients\DeploymentsClientTests.cs" />
<Compile Include="Clients\DeploymentStatusClientTests.cs" />
<Compile Include="Clients\Enterprise\EnterpriseAdminStatsClientTests.cs" />
<Compile Include="Clients\EventsClientTests.cs" />
<Compile Include="Clients\FeedsClientTests.cs" />
<Compile Include="Clients\FollowersClientTests.cs" />
@@ -81,6 +81,7 @@
<Compile Include="Clients\CommitStatusClientTests.cs" />
<Compile Include="Clients\DeploymentsClientTests.cs" />
<Compile Include="Clients\DeploymentStatusClientTests.cs" />
<Compile Include="Clients\Enterprise\EnterpriseAdminStatsClientTests.cs" />
<Compile Include="Clients\EventsClientTests.cs" />
<Compile Include="Clients\FeedsClientTests.cs" />
<Compile Include="Clients\FollowersClientTests.cs" />