From 50b7da258981ed936de676387675718391ffc5c7 Mon Sep 17 00:00:00 2001 From: Roy Date: Fri, 17 Jun 2022 10:24:47 -0700 Subject: [PATCH] Cleanup --- test/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/index.ts b/test/index.ts index 45576d1..69356a4 100644 --- a/test/index.ts +++ b/test/index.ts @@ -395,8 +395,8 @@ describe("Protocol", function () { // bool negation; //false - Commision true - Omission negation: false, }; - // Effect Object (Describes Changes to Rating By Type) - let effects1 = [ + // Effect Object (Describes Changes to Rating By Type) + let effects1 = [ {name:'professional', value:5, direction:false}, {name:'social', value:5, direction:true}, ];