diff --git a/test/utils.spec.js b/test/utils.spec.js index a2e240c3f02..030092ce534 100644 --- a/test/utils.spec.js +++ b/test/utils.spec.js @@ -194,9 +194,9 @@ describe('JHipster Utils', () => { { name: 'AAA', value: 'aaa', - comment: '/**\n * first comment\n */', + comment: ' /**\n * first comment\n */', }, - { name: 'BBB', value: 'bbb and b', comment: '/**\n * second comment\n */' }, + { name: 'BBB', value: 'bbb and b', comment: ' /**\n * second comment\n */' }, ]); }); });