diff --git a/test/helpers/todo_helpers_test.rb b/test/helpers/todo_helpers_test.rb index 6491b561..dceb6932 100644 --- a/test/helpers/todo_helpers_test.rb +++ b/test/helpers/todo_helpers_test.rb @@ -17,7 +17,7 @@ class TodosHelpersTest < ActionView::TestCase todo = todos(:call_bill_gates_every_day) predecessor = todos(:call_bill) html = remote_delete_dependency(todo, predecessor) - assert_equal "\"Blank\"", html + assert_equal "", html end test "remote_promote_to_project_menu_item" do