chore: Fixing unit test

This commit is contained in:
Chris Cameron
2021-01-25 12:18:24 -05:00
parent 76591155d3
commit 419b070375

View File

@@ -32,7 +32,9 @@ namespace ICD.Common.Utils.Collections
m_MaxSize = value;
TContents unused;
Trim(out unused);
while (Trim(out unused))
{
}
}
}