소스 검색

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;