Moving GetNewIdTest

This commit is contained in:
Chris Cameron
2017-11-09 10:50:36 -05:00
parent e3fcb6667a
commit f239dae8b3

View File

@@ -71,12 +71,5 @@ namespace ICD.Common.Utils.Tests
IEnumerable<int> values = new int[] { 0, 15, 30, 45 };
Assert.AreEqual(15, MathUtils.RoundToNearest(21, values));
}
[Test, UsedImplicitly]
public void GetNewIdTest()
{
IEnumerable<int> ids = Enumerable.Range(1, 10);
Assert.AreEqual(11, MathUtils.GetNewId(ids));
}
}
}