From 0947079d05807fc2d79a267e06004d658bba401e Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Wed, 19 Sep 2018 18:38:01 +0200 Subject: [PATCH] test(unit): fix failing test case --- test/unit/components/LoadingBolt.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/components/LoadingBolt.spec.js b/test/unit/components/LoadingBolt.spec.js index ad9f3fee..fe2b360b 100644 --- a/test/unit/components/LoadingBolt.spec.js +++ b/test/unit/components/LoadingBolt.spec.js @@ -11,7 +11,7 @@ import { mountWithIntl } from '../__helpers__/intl-enzyme-test-helper' configure({ adapter: new Adapter() }) describe('component.LoadingBolt', () => { - const el = mountWithIntl() + const el = mountWithIntl() it('should show defaults', () => { expect(el.find(Isvg).props().src).toContain(cloudboltIcon) expect(el.text()).toContain('loading')