diff --git a/tests/game/formulas.test.ts b/tests/game/formulas.test.ts index a36d099..5209ff8 100644 --- a/tests/game/formulas.test.ts +++ b/tests/game/formulas.test.ts @@ -13,7 +13,7 @@ import { InvertibleIntegralFormula } from "game/formulas/types"; type FormulaFunctions = keyof GenericFormula & keyof typeof Formula & keyof typeof Decimal; -const testValues = [-1, "0", Decimal.dOne] as const; +const testValues = [-2, "0", new Decimal(10.5)] as const; const invertibleZeroParamFunctionNames = [ "neg",