mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fixed broken tests
This commit is contained in:
parent
780445a237
commit
14f387f752
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user