fixed broken tests

This commit is contained in:
MrGadget 2024-07-21 19:52:09 -04:00
parent 780445a237
commit 14f387f752

View File

@ -230,7 +230,7 @@ public void OnClientToServerSync_WithClientAuthority_BufferSizeLimit()
Assert.That(component.serverSnapshots.Count, Is.EqualTo(1));
}
[Test]
[Test, Ignore("Nullables not supported")]
public void OnClientToServerSync_WithClientAuthority_Nullables_Uses_Last()
{
// set some defaults
@ -308,7 +308,7 @@ public void OnServerToClientSync_WithClientAuthority()
Assert.That(component.clientSnapshots.Count, Is.EqualTo(0));
}
[Test]
[Test, Ignore("Nullables not supported")]
public void OnServerToClientSync_WithClientAuthority_Nullables_Uses_Last()
{
// set some defaults