From 2292e5d53f1ba6da890190e3e2cbfb5923a53989 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 12 Sep 2018 17:07:36 +0200 Subject: [PATCH] Fix integration test --- src/core/client/stream/test/editComment.spec.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/client/stream/test/editComment.spec.tsx b/src/core/client/stream/test/editComment.spec.tsx index d141201ea..de22f2384 100644 --- a/src/core/client/stream/test/editComment.spec.tsx +++ b/src/core/client/stream/test/editComment.spec.tsx @@ -25,7 +25,6 @@ function createTestRenderer() { s .withArgs(undefined, { input: { - assetID: assets[0].id, commentID: assets[0].comments.edges[0].node.id, body: "Edited!", clientMutationId: "0",