From bbbcb497a5c4f3322a3c6dc96ea586fbe8fca7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 2 Sep 2018 18:21:22 +0100 Subject: [PATCH] fix(tests): format options correctly --- ui/src/Components/MultiSelect/index.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/Components/MultiSelect/index.test.js b/ui/src/Components/MultiSelect/index.test.js index a60fe54d5..59b0d236d 100644 --- a/ui/src/Components/MultiSelect/index.test.js +++ b/ui/src/Components/MultiSelect/index.test.js @@ -46,7 +46,7 @@ describe("", () => { const tree = shallow( ); expect(toDiffableHtml(tree.html())).toMatchSnapshot(); @@ -57,7 +57,7 @@ describe("", () => { ); expect(toDiffableHtml(tree.html())).toMatchSnapshot();