Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Cleans up reference in project file and incorrect indentation in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgnm committed Feb 20, 2016
1 parent fe0a03e commit c23bfb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Numsense.UnitTests.CSharp/NumeralTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void FarsiIsSingleton()
{
var expected = Numeral.Farsi;
var actual = Numeral.Farsi;
Assert.Same(expected, actual);
Assert.Same(expected, actual);
}

public void PolishIsCorrect()
Expand Down
5 changes: 1 addition & 4 deletions Numsense.UnitTests.CSharp/Numsense.UnitTests.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
<Name>Numsense</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand All @@ -97,4 +94,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit c23bfb8

Please sign in to comment.