Convention test was renamed

This commit is contained in:
aedampir@gmail.com
2016-04-06 14:40:59 +07:00
parent d0c8e82453
commit dfb636c393
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ using Xunit;
namespace Octokit.Tests.Conventions
{
public class TestConstructorTests
public class ClientConstructorTests
{
[Theory]
[MemberData("GetTestConstructorsClasses")]

View File

@@ -82,7 +82,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StringExtensions.cs" />
<Compile Include="SyncObservableClients.cs" />
<Compile Include="TestConstructorTests.cs" />
<Compile Include="ClientConstructorTests.cs" />
<Compile Include="TypeExtensions.cs" />
</ItemGroup>
<ItemGroup>