From 32e56e805c60107e35752b2ee4a2adf2b053169f Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 12 Sep 2018 20:35:07 +0200 Subject: [PATCH] Adapt integration test --- src/core/client/stream/test/editComment.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {