()
| 389 | } |
| 390 | |
| 391 | function isGoingToThrow5() { |
| 392 | self.client.activitiesPartialUpdate([ |
| 393 | { |
| 394 | id: '54a60c1e-4ee3-494b-a1e3-50c06acb5ed4', |
| 395 | set: 'wrong', |
| 396 | }, |
| 397 | ]); |
| 398 | } |
| 399 | |
| 400 | function isGoingToThrow6() { |
| 401 | self.client.activitiesPartialUpdate([ |
nothing calls this directly
no test coverage detected