From 7074a9dbd88bec0ab2944c5d3b306c799b10c8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dandelion=20Man=C3=A9?= Date: Thu, 13 Sep 2018 17:23:09 -0700 Subject: [PATCH] Fix the build (#831) There was a bad interaction between #830 and #829, wherein they both independently changed the snapshot. So they passed individually, and failed once both merged together. This fixes it. Test plan: `yarn test --full` passes. --- src/plugins/github/__snapshots__/createGraph.test.js.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/github/__snapshots__/createGraph.test.js.snap b/src/plugins/github/__snapshots__/createGraph.test.js.snap index f23b663..f4cea74 100644 --- a/src/plugins/github/__snapshots__/createGraph.test.js.snap +++ b/src/plugins/github/__snapshots__/createGraph.test.js.snap @@ -1559,7 +1559,7 @@ Array [ "example-github", "3", ], - "dstIndex": 33, + "dstIndex": 35, "srcIndex": 0, }, Object { @@ -1579,7 +1579,7 @@ Array [ "USER", "wchargin", ], - "dstIndex": 41, + "dstIndex": 43, "srcIndex": 1, }, Object { @@ -1600,7 +1600,7 @@ Array [ "example-github", "5", ], - "dstIndex": 34, + "dstIndex": 36, "srcIndex": 2, }, Object { @@ -1620,7 +1620,7 @@ Array [ "USER", "wchargin", ], - "dstIndex": 41, + "dstIndex": 43, "srcIndex": 3, }, Object {