Skip to content

Commit 047b636

Browse files
committed
fixed manualSolenoid
1 parent 6cd58b4 commit 047b636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • strongback-testing/src/org/strongback/mock

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)