Skip to content

Commit

Permalink
aligne the issue #1 correction
Browse files Browse the repository at this point in the history
  • Loading branch information
erizhang committed May 6, 2014
1 parent e9dc735 commit 1d1af70
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ def test_alarm_is_off_after_policy_initialized
end

def test_alarm_is_on_after_pressure_exceeds_high_pressure
@sensor.psi_value = 30
@sensor.psi_value = 22
@policy.detect
assert_equal true, @alarm.is_alarm_on
end
Expand Down

0 comments on commit 1d1af70

Please sign in to comment.