()
| 398 | } |
| 399 | |
| 400 | function isGoingToThrow6() { |
| 401 | self.client.activitiesPartialUpdate([ |
| 402 | { |
| 403 | id: '54a60c1e-4ee3-494b-a1e3-50c06acb5ed4', |
| 404 | unset: 'wrong', |
| 405 | }, |
| 406 | ]); |
| 407 | } |
| 408 | |
| 409 | function isGoingToThrow7() { |
| 410 | self.client.activitiesPartialUpdate([ |
nothing calls this directly
no test coverage detected