Commit b5cb1115 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'rs-fix-todo-service-spec' into 'master'

Fix transient failure in TodoService spec

See merge request !9797
parents 04665e93 c52b6c2a
......@@ -752,7 +752,7 @@ describe TodoService, services: true do
issue = create(:issue, project: project, assignee: john_doe, author: author, description: mentions)
expect(john_doe.todos_pending_count).to eq(0)
expect(john_doe).to receive(:update_todos_count_cache)
expect(john_doe).to receive(:update_todos_count_cache).and_call_original
service.new_issue(issue, author)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment