()
| 407 | } |
| 408 | |
| 409 | function isGoingToThrow7() { |
| 410 | self.client.activitiesPartialUpdate([ |
| 411 | { |
| 412 | foreign_id: 'product:123', |
| 413 | }, |
| 414 | ]); |
| 415 | } |
| 416 | |
| 417 | function isGoingToThrow8() { |
| 418 | self.client.activitiesPartialUpdate([ |
nothing calls this directly
no test coverage detected