Skip to content

Commit

Permalink
Issue 40 is actually Issue #41
Browse files Browse the repository at this point in the history
  • Loading branch information
esskar committed Feb 11, 2015
1 parent c18f903 commit 1d5d3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@
namespace Serialize.Linq.Tests.Issues
{
[TestClass]
public class Issue40
public class Issue41
{
[TestMethod]
public void ToExpressionWithInterferingType()
Expand Down
2 changes: 1 addition & 1 deletion src/Serialize.Linq.Tests/Serialize.Linq.Tests.csproj
Expand Up @@ -104,7 +104,7 @@
<Compile Include="Issues\Issue37.cs" />
<Compile Include="Issues\Issue38.cs" />
<Compile Include="Issues\Issue39.cs" />
<Compile Include="Issues\Issue40.cs" />
<Compile Include="Issues\Issue41.cs" />
<Compile Include="MemberInfoExtensionsTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down

0 comments on commit 1d5d3ef

Please sign in to comment.