mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
Moving GetNewIdTest
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user