aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/ui-react/src/OnapClamp.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ui-react/src/OnapClamp.test.js')
-rw-r--r--runtime/ui-react/src/OnapClamp.test.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/ui-react/src/OnapClamp.test.js b/runtime/ui-react/src/OnapClamp.test.js
index c3336a9ab..c711a9537 100644
--- a/runtime/ui-react/src/OnapClamp.test.js
+++ b/runtime/ui-react/src/OnapClamp.test.js
@@ -26,11 +26,11 @@ import OnapClamp from './OnapClamp';
describe('Verify OnapClamp', () => {
- it('Test the render method', () => {
+ it('Test the render method', () => {
- const component = shallow(<OnapClamp />)
+ const component = shallow(<OnapClamp/>)
- expect(component).toMatchSnapshot();
- });
+ expect(component).toMatchSnapshot();
+ });
});