From 35ea8f756bfc831e1284c3fb0c23b7d4aec85be4 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 12 Jun 2021 11:07:38 -0400 Subject: [PATCH] Fix test --- extension/test/app/containers/App.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/test/app/containers/App.spec.js b/extension/test/app/containers/App.spec.js index 183ede54..011054c5 100644 --- a/extension/test/app/containers/App.spec.js +++ b/extension/test/app/containers/App.spec.js @@ -18,7 +18,7 @@ describe('App container', () => { it('should contain an empty action list', () => { expect(component.find('ActionList').html()).toMatch( - /
<\/div>/ + /
<\/div>/ ); }); });