浏览代码

Fix duplicated statement in test

Nick Babcock 6 年之前
父节点
当前提交
a5496efc25
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;