From 5c028626a3475f63a5a76ee31f6b5177a67ec8d9 Mon Sep 17 00:00:00 2001 From: Kelly Innes Date: Mon, 4 Mar 2019 17:36:29 -0500 Subject: [PATCH] fixup test numerically-parseable sha string --- src/app/src/__tests__/utils.tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/src/__tests__/utils.tests.js b/src/app/src/__tests__/utils.tests.js index 107b5eed5..69af6dcfa 100644 --- a/src/app/src/__tests__/utils.tests.js +++ b/src/app/src/__tests__/utils.tests.js @@ -742,10 +742,10 @@ it('joins a 2-d array into a correctly escaped CSV string', () => { ], [ 'foo', - 'bar', + '13e65088', ], ]; - const expectedStringArrayMatch = '"hello","world"\n"foo","bar"\n'; + const expectedStringArrayMatch = '"hello","world"\n"foo","13e65088"\n'; expect(joinDataIntoCSVString(stringArray)).toBe(expectedStringArrayMatch); const mixedArray = [