diff --git a/common/entity.spec.js b/common/entity.spec.js index a9f2e7d1..79313f7c 100644 --- a/common/entity.spec.js +++ b/common/entity.spec.js @@ -12,7 +12,7 @@ test('cloudcmd: entity: encode', (t) => { test('cloudcmd: entity: {{}}', (t) => { const result = entity.encode('{{}}'); const expected = '{{}}'; - + t.equal(result, expected, 'should encode entity'); t.end(); });