Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
toledoroy committed Jun 17, 2022
1 parent edb29a5 commit 50b7da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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},
];
Expand Down

0 comments on commit 50b7da2

Please sign in to comment.