wrap up location feature

This commit is contained in:
benbierens 2023-03-27 07:57:31 +02:00
parent 5d66e900f1
commit ed2878f7df
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 0 additions and 6 deletions

View File

@ -76,12 +76,6 @@ namespace Tests.BasicTests
.At(Location.BensOldGamingMachine)
.BringOnline()[0];
var debugInfo = primary.GetDebugInfo();
Assert.That(debugInfo.spr, Is.Not.Empty);
var debugInfo2 = secondary.GetDebugInfo();
Assert.That(debugInfo2.spr, Is.Not.Empty);
PerformTwoClientTest(primary, secondary);
}