simplify tests

This commit is contained in:
mischa 2024-07-20 13:01:14 +02:00
parent 6b91cee329
commit 3b45ad994d

View File

@ -5,18 +5,10 @@ namespace Mirror.Tests.AckDeltaCompressionTests
{
public class AckDeltaCompressionTests
{
// exapmle history for convenience
SortedList<double, (ulong, ulong)> history;
[SetUp]
public void SetUp()
{
history = new SortedList<double, (ulong, ulong)>();
}
[Test]
public void InsertAndAggregate()
{
SortedList<double, (ulong, ulong)> history = new SortedList<double, (ulong, ulong)>();
int MaxCount = 3;
// insert t = 1 with two dirty bits set.