diff --git a/test/models/todo_test.rb b/test/models/todo_test.rb index 4662a283..699b6599 100644 --- a/test/models/todo_test.rb +++ b/test/models/todo_test.rb @@ -267,7 +267,7 @@ class TodoTest < ActiveSupport::TestCase assert !@not_completed1.starred? end - def test_hidden_todo_remains_hidden_after_getting_unblokked + def test_hidden_todo_remains_hidden_after_getting_unblocked todo = todos(:call_bill) project=todo.project project.hide!