diff --git a/contracts/exchange/test/internal.ts b/contracts/exchange/test/internal.ts index db45137c58..0dbc3f5176 100644 --- a/contracts/exchange/test/internal.ts +++ b/contracts/exchange/test/internal.ts @@ -366,7 +366,7 @@ describe('Exchange core internal functions', () => { } const isRoundingError = await referenceIsRoundingErrorCeilAsync(numerator, denominator, target); if (isRoundingError) { - throw roundingErrorForCall(); + throw roundingErrorForCall; } const product = numerator.multipliedBy(target); const offset = product.plus(denominator.minus(1));