From fe09c4e0795511819d6ad773d627b58bc06d93d2 Mon Sep 17 00:00:00 2001 From: Santhosh Gandham <31979949+gandham-santhosh@users.noreply.github.com> Date: Thu, 24 Jan 2019 01:24:47 +0530 Subject: [PATCH] adding assertion --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 97982b32b..41d6c7d8d 100644 --- a/index.js +++ b/index.js @@ -18,4 +18,4 @@ function add (a, b) { } var expected = add(1,2); -assert( expected === 4, 'one plus two is three'); +assert( expected === 3, 'one plus two is three');