private function assertErrorWillBeHandled()
 {
     $this->errorHandler->shouldReceive('handle')->with(\Mockery::on(function ($errorEvent) {
         return $errorEvent instanceof MiniGameAppErrorEvent;
     }), $this->context)->once();
 }