mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
simplify tests
This commit is contained in:
parent
6b91cee329
commit
3b45ad994d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user