From 9b48c797c9cf9588150d22b5a23461ecce456144 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 14 Aug 2020 14:56:00 +0300 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.js b/test.js index 924bdbe..109e47e 100644 --- a/test.js +++ b/test.js @@ -248,7 +248,7 @@ object.Constructor('Modifiers', Merged, {}) // default blank pass-through... // NOTE: we need at least one modifier and at least one test for the // system to run.... - .add({ '-': function(_, s){ return s }) + .add({ '-': function(_, s){ return s }}) var Tests = @@ -258,7 +258,7 @@ object.Constructor('Tests', Merged, {}) // default blank pass-through... // NOTE: we need at least one modifier and at least one test for the // system to run.... - .add({ '-': function(_, s){ return s }) + .add({ '-': function(_, s){ return s }}) var Cases =