Skip to content

Commit

Permalink
Merge pull request #72 from igneus/test_fix
Browse files Browse the repository at this point in the history
fix test name
  • Loading branch information
mattpodwysocki committed Sep 1, 2015
2 parents 1effa99 + bc6d318 commit e493b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rx/concurrency/test_periodic_scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_periodic
assert_equal(state.length, 2)
end

def test_periodic_with_state_exceptions
def test_periodic_exceptions
assert_raises(RuntimeError) do
@scheduler.schedule_periodic(0.01, nil)
end
Expand Down

0 comments on commit e493b32

Please sign in to comment.