Explorar o código

Fix duplicated statement in test

Nick Babcock %!s(int64=6) %!d(string=hai) anos
pai
achega
a5496efc25
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      OhmGraphite.Test/SensorCollectorTest.cs

+ 0 - 2
OhmGraphite.Test/SensorCollectorTest.cs

@@ -19,7 +19,6 @@ namespace OhmGraphite.Test
 
                 computer.CPUEnabled = true;
                 computer.MainboardEnabled = true;
-                computer.FanControllerEnabled = true;
                 computer.HDDEnabled = true;
                 computer.RAMEnabled = true;
 
@@ -28,7 +27,6 @@ namespace OhmGraphite.Test
 
                 computer.CPUEnabled = false;
                 computer.MainboardEnabled = false;
-                computer.FanControllerEnabled = false;
                 computer.HDDEnabled = false;
                 computer.RAMEnabled = false;