MCPcopy Create free account
hub / github.com/GetStream/stream-js / isGoingToThrow6

Function isGoingToThrow6

test/unit/node/client_test.js:400–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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([

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected