mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Convention test was renamed
This commit is contained in:
@@ -6,7 +6,7 @@ using Xunit;
|
||||
|
||||
namespace Octokit.Tests.Conventions
|
||||
{
|
||||
public class TestConstructorTests
|
||||
public class ClientConstructorTests
|
||||
{
|
||||
[Theory]
|
||||
[MemberData("GetTestConstructorsClasses")]
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user