Integration test to test restartround.

This commit is contained in:
Pieter-Jan Briers
2020-07-17 11:25:11 +02:00
parent 11ad47303a
commit d6b772adcc
3 changed files with 43 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ namespace Content.IntegrationTests.Tests.Networking
{
// Initialize client & server with text component and system registered.
// They can't be registered/detected automatically.
var (client, server) = await StartConnectedServerClientPair(
var (client, server) = await StartConnectedServerDummyTickerClientPair(
new ClientContentIntegrationOption
{
// This test is designed around specific timing values and when I wrote it interpolation was off.