We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cd58b4 + 95fb04d commit ddfa038Copy full SHA for ddfa038
2 files changed
CONTRIBUTORS.txt
@@ -3,4 +3,5 @@ Matthew Alonso
3
Nathan Brown
4
Randall Hauch
5
Zach Anderson
6
-Rothanak So
+Rothanak So
7
+Filip Kernan
strongback-testing/src/org/strongback/mock/Mock.java
@@ -196,7 +196,7 @@ public static MockSolenoid instantaneousSolenoid() {
196
* @return the mock solenoid; never null
197
*/
198
public static MockSolenoid manualSolenoid() {
199
- return new MockSolenoid(true);
+ return new MockSolenoid(false);
200
}
201
202
/**
0 commit comments