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

Commit c23bfb8

Browse files
committed
Cleans up reference in project file and incorrect indentation in test.
1 parent fe0a03e commit c23bfb8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Numsense.UnitTests.CSharp/NumeralTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void FarsiIsSingleton()
4747
{
4848
var expected = Numeral.Farsi;
4949
var actual = Numeral.Farsi;
50-
Assert.Same(expected, actual);
50+
Assert.Same(expected, actual);
5151
}
5252

5353
public void PolishIsCorrect()

Numsense.UnitTests.CSharp/Numsense.UnitTests.CSharp.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@
8686
<Name>Numsense</Name>
8787
</ProjectReference>
8888
</ItemGroup>
89-
<ItemGroup>
90-
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
91-
</ItemGroup>
9289
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9390
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9491
Other similar extension points exist, see Microsoft.Common.targets.
@@ -97,4 +94,4 @@
9794
<Target Name="AfterBuild">
9895
</Target>
9996
-->
100-
</Project>
97+
</Project>

0 commit comments

Comments
 (0)