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

Function isGoingToThrow5

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected