mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fixed broken tests
This commit is contained in:
parent
93b4820c03
commit
9d9d294f5c
@ -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