diff --git a/src/core/client/stream/test/editComment.spec.tsx b/src/core/client/stream/test/editComment.spec.tsx index de22f2384..a562c3b38 100644 --- a/src/core/client/stream/test/editComment.spec.tsx +++ b/src/core/client/stream/test/editComment.spec.tsx @@ -15,7 +15,7 @@ function createTestRenderer() { ), me: createSinonStub( s => s.throws(), - s => s.withArgs(undefined, { clientAuthRevision: 0 }).returns(users[0]) + s => s.withArgs(undefined).returns(users[0]) ), }, Mutation: {