mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 20:17:15 +00:00
Moving GetNewIdTest
This commit is contained in:
parent
e3fcb6667a
commit
f239dae8b3
1 changed files with 0 additions and 7 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue