mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
syntax
This commit is contained in:
parent
02cc3de7b8
commit
1fc008f1ef
@ -279,7 +279,6 @@ public void ObjectCanBeReusedAfterReset()
|
||||
public void ResetShouldSetReadOnlyToFalse()
|
||||
{
|
||||
clientSyncSet.Reset();
|
||||
|
||||
Assert.That(clientSyncSet.IsReadOnly, Is.False);
|
||||
}
|
||||
|
||||
@ -287,7 +286,6 @@ public void ResetShouldSetReadOnlyToFalse()
|
||||
public void ResetShouldClearChanges()
|
||||
{
|
||||
serverSyncSet.Reset();
|
||||
|
||||
Assert.That(serverSyncSet.GetChangeCount(), Is.Zero);
|
||||
}
|
||||
|
||||
@ -295,7 +293,6 @@ public void ResetShouldClearChanges()
|
||||
public void ResetShouldClearItems()
|
||||
{
|
||||
serverSyncSet.Reset();
|
||||
|
||||
Assert.That(serverSyncSet, Is.Empty);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user