linebreaks

This commit is contained in:
vis2k 2021-07-07 19:45:05 +08:00
parent e20bcc6f0c
commit d25df4035b

View File

@ -58,8 +58,9 @@ public IEnumerator OnDestroyIsServerTrueWhenNetworkServerDestroyIsCalled()
Assert.That(identity == null, Is.True); Assert.That(identity == null, Is.True);
} }
// imer: There's currently an issue with dropped/skipped serializations once a server // imer: There's currently an issue with dropped/skipped serializations
// has been running for around a week, this test should highlight the potential cause // once a server has been running for around a week, this test should
// highlight the potential cause
[UnityTest] [UnityTest]
public IEnumerator TestSerializationWithLargeTimestamps() public IEnumerator TestSerializationWithLargeTimestamps()
{ {