diff options
Diffstat (limited to 'runtime/ui-react/src/NotFound.test.js')
-rw-r--r-- | runtime/ui-react/src/NotFound.test.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/ui-react/src/NotFound.test.js b/runtime/ui-react/src/NotFound.test.js index 3a5fc107d..3b4dcb00d 100644 --- a/runtime/ui-react/src/NotFound.test.js +++ b/runtime/ui-react/src/NotFound.test.js @@ -26,11 +26,11 @@ import NotFound from './NotFound'; describe('Verify OnapClamp', () => { - it('Test the render method', () => { + it('Test the render method', () => { - const component = shallow(<NotFound />) + const component = shallow(<NotFound/>) - expect(component).toMatchSnapshot(); - }); + expect(component).toMatchSnapshot(); + }); }); |