From f7b196ab0e0242c42cd4e1bf9b47660ea99747d9 Mon Sep 17 00:00:00 2001 From: SaadKhalid-PTUT036 <160393719+SaadKhalid-PTUT036@users.noreply.github.com> Date: Fri, 24 May 2024 12:23:58 +0500 Subject: [PATCH 1/2] Update arithmetic.js --- test/arithmetic.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/arithmetic.js b/test/arithmetic.js index 05f812055f..680f407c08 100644 --- a/test/arithmetic.js +++ b/test/arithmetic.js @@ -7,6 +7,10 @@ describe('Arithmetic', function() { expect(res.body).to.eql({ error: "Unspecified operation" }); done(); }); + + cout< Date: Thu, 30 May 2024 12:38:26 +0500 Subject: [PATCH 2/2] Update arithmetic.js --- test/arithmetic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/arithmetic.js b/test/arithmetic.js index 680f407c08..96c8ff8bcf 100644 --- a/test/arithmetic.js +++ b/test/arithmetic.js @@ -8,7 +8,7 @@ describe('Arithmetic', function() { done(); }); - cout<