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();