Skip to content

Commit 155ada0

Browse files
committed
Code cleanup
1 parent 38d8bf9 commit 155ada0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Tests/UnitSystemTests.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,7 @@ namespace UnitsNet.Tests
3333
[TestFixture]
3434
public class UnitSystemTests
3535
{
36-
//public IEnumerable<TUnit[]> TestCases<TUnit>()
37-
// where TUnit : /*Enum constraint hack*/ struct, IConvertible
38-
//{
39-
// yield return EnumUtils.GetEnumValues<AngleUnit>();
40-
// //yield return new Tester<int> { Expectation = "23tnI" };
41-
// //yield return new Tester<List<string>> { Expectation = "1`tsiL" };
42-
//}
43-
44-
//[TestCaseSource("TestCases")]
45-
46-
private IEnumerable<object> GetUnitTypesWithMissingAbbreviations<TUnit>(string cultureName,
36+
private static IEnumerable<object> GetUnitTypesWithMissingAbbreviations<TUnit>(string cultureName,
4737
IEnumerable<TUnit> unitValues)
4838
where TUnit : /*Enum constraint hack*/ struct, IComparable, IFormattable
4939
{

0 commit comments

Comments
 (0)