diff --git a/test/functional/api_controller_test.rb b/test/functional/api_controller_test.rb index 04be473875..c92e1132e3 100644 --- a/test/functional/api_controller_test.rb +++ b/test/functional/api_controller_test.rb @@ -266,14 +266,6 @@ def test_changes_zoom_valid end end - def test_start_end_time_invalid - - end - - def test_start_end_time_invalid - - end - def test_hours_invalid invalid = %w{ -21 335 -1 0 25 26 100 one two three ping pong : } invalid.each do |hour|