From e35894e4f8f8f0f26904bab7792aa03f7a6f70c7 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 7 Oct 2025 00:31:11 +0200 Subject: [PATCH] address eslint errors --- js/test/PasteStatus.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/test/PasteStatus.js b/js/test/PasteStatus.js index 82aa951f..f436cb3b 100644 --- a/js/test/PasteStatus.js +++ b/js/test/PasteStatus.js @@ -88,13 +88,13 @@ describe('PasteStatus', function () { url: { keyword: longUrl.address.join(''), url: longUrlString, - title: "example title", - date: "2014-10-24 16:01:39", - ip: "127.0.0.1" + title: 'example title', + date: '2014-10-24 16:01:39', + ip: '127.0.0.1' }, - status: "success", - message: longUrlString + " added to database", - title: "example title", + status: 'success', + message: longUrlString + ' added to database', + title: 'example title', shorturl: shortUrlString, statusCode: 200 },