wrap up location feature
This commit is contained in:
parent
5d66e900f1
commit
ed2878f7df
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue