From ed2878f7df46a4e6fcf0f15d1a0fadbcc32db7dd Mon Sep 17 00:00:00 2001 From: benbierens Date: Mon, 27 Mar 2023 07:57:31 +0200 Subject: [PATCH] wrap up location feature --- Tests/BasicTests/SimpleTests.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Tests/BasicTests/SimpleTests.cs b/Tests/BasicTests/SimpleTests.cs index f431f2c..01e671d 100644 --- a/Tests/BasicTests/SimpleTests.cs +++ b/Tests/BasicTests/SimpleTests.cs @@ -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); }