Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
actually collided with another test method above, redefining it
  • Loading branch information
igneus committed Sep 1, 2015
1 parent 1effa99 commit bc6d318
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 bc6d318

Please sign in to comment.