From 957fbc6533da3b0d28afc701edd17fb2710567e6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 18 Feb 2026 17:41:57 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20cloudcmd:=20actions:=20lint=20?= =?UTF-8?q?=E2=98=98=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/entity.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });