Skip to content

Commit

Permalink
feat(core): Work on introspection v2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrg committed Nov 13, 2024
1 parent ac0956b commit e87a55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/engine.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ describe("RulePilot engine correctly", () => {
expect(
await RulePilot.evaluate(subRulesValid2Json, {
Category: "Demo",
Leverage: 600,
Leverage: 500,
CountryIso: "GB",
Monetization: "Real",
})
Expand Down
2 changes: 1 addition & 1 deletion test/rulesets/sub-rules-valid2.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const subRulesValid2Json: Rule = {
{
field: "Leverage",
operator: ">",
value: 500,
value: 400,
},
{
field: "Monetization",
Expand Down

0 comments on commit e87a55d

Please sign in to comment.