Skip to content

Remove redundant Return call on Cleanup mock

Steve Xuereb requested to merge remove-return-from-cleanup into master

What does this MR do?

Remove redundant Return call on Cleanup mock

Why was this MR needed?

he Cleanup & Finish doesn't return anything so we have an extra call for nothing.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Discussed in:

Edited by Steve Xuereb

Merge request reports