Skip to content

Commit ddfa038

Browse files
authored
Merge pull request #87 from FilipKernan/master
Fixed the manualSolenoid
2 parents 6cd58b4 + 95fb04d commit ddfa038

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CONTRIBUTORS.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Matthew Alonso
33
Nathan Brown
44
Randall Hauch
55
Zach Anderson
6-
Rothanak So
6+
Rothanak So
7+
Filip Kernan

strongback-testing/src/org/strongback/mock/Mock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public static MockSolenoid instantaneousSolenoid() {
196196
* @return the mock solenoid; never null
197197
*/
198198
public static MockSolenoid manualSolenoid() {
199-
return new MockSolenoid(true);
199+
return new MockSolenoid(false);
200200
}
201201

202202
/**

0 commit comments

Comments
 (0)