Skip to content

Commit

Permalink
Merge pull request #87 from FilipKernan/master
Browse files Browse the repository at this point in the history
Fixed the manualSolenoid
  • Loading branch information
rhauch authored Dec 29, 2016
2 parents 6cd58b4 + 95fb04d commit ddfa038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Matthew Alonso
Nathan Brown
Randall Hauch
Zach Anderson
Rothanak So
Rothanak So
Filip Kernan
2 changes: 1 addition & 1 deletion strongback-testing/src/org/strongback/mock/Mock.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public static MockSolenoid instantaneousSolenoid() {
* @return the mock solenoid; never null
*/
public static MockSolenoid manualSolenoid() {
return new MockSolenoid(true);
return new MockSolenoid(false);
}

/**
Expand Down

0 comments on commit ddfa038

Please sign in to comment.