Skip to content

Add missing assert for mock

Steve Xuereb requested to merge add-missing-assertation into master

What does this MR do?

Add missing assert for mock

Why was this MR needed?

Every mock we create should call AssertExpectations to make sure everything gets called as we expect to.

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?

Merge request reports