aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/protocol/test/exchange/internal.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/protocol/test/exchange/internal.ts')
-rw-r--r--contracts/protocol/test/exchange/internal.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/protocol/test/exchange/internal.ts b/contracts/protocol/test/exchange/internal.ts
index ffe1f8a55..c65c477b2 100644
--- a/contracts/protocol/test/exchange/internal.ts
+++ b/contracts/protocol/test/exchange/internal.ts
@@ -50,7 +50,7 @@ const emptySignedOrder: SignedOrder = {
const overflowErrorForCall = new Error(RevertReason.Uint256Overflow);
-describe.skip('Exchange core internal functions', () => {
+describe('Exchange core internal functions', () => {
let testExchange: TestExchangeInternalsContract;
let overflowErrorForSendTransaction: Error | undefined;
let divisionByZeroErrorForCall: Error | undefined;