Skip to content

Commit

Permalink
Devrait être correct
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1837 committed Apr 9, 2013
1 parent 20ff075 commit 1cada2f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ public void verifyDefaultPINHasBeenChangedForNewPIN() {
assertTrue(alarmSystem.validatePIN(NEW_PIN));
}

public void requestPINChangeWithWrongPIN() {
keypad.requestPINChange(WRONG_PIN, NEW_PIN);
public void requestPINChangeWithWrongPIN() {
keypad.requestPINChange(WRONG_PIN, NEW_PIN);
}

public void verifyDefaultPINIsStillTheValidPIN() {
assertTrue(alarmSystem.validatePIN(DEFAULT_PIN));
public void verifyDefaultPINIsStillTheValidPIN() {
assertTrue(alarmSystem.validatePIN(DEFAULT_PIN));
}

}

0 comments on commit 1cada2f

Please sign in to comment.