From c6aaaa7faa74b6b2b827b4c48ff07194a07b6ed1 Mon Sep 17 00:00:00 2001 From: Ethan Date: Mon, 16 Dec 2019 20:56:32 -0500 Subject: [PATCH] Fix migration service tests --- packages/dai-plugin-migrations/test/MigrationService.spec.js | 3 +-- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/dai-plugin-migrations/test/MigrationService.spec.js b/packages/dai-plugin-migrations/test/MigrationService.spec.js index 38841095f..bf8d8b0f9 100644 --- a/packages/dai-plugin-migrations/test/MigrationService.spec.js +++ b/packages/dai-plugin-migrations/test/MigrationService.spec.js @@ -75,8 +75,7 @@ test('runAllChecks', async () => { expect(result).toEqual({ [Migrations.SAI_TO_DAI]: expect.anything(), [Migrations.DAI_TO_SAI]: expect.anything(), - // removed until fixed on mainnet: - // [Migrations.MKR_REDEEMER]: expect.anything(), + [Migrations.MKR_REDEEMER]: expect.anything(), [Migrations.SINGLE_TO_MULTI_CDP]: {} }); expect(result[Migrations.SAI_TO_DAI].eq(0)).toBeTruthy(); diff --git a/yarn.lock b/yarn.lock index 862280a8f..8358944cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5659,7 +5659,7 @@ functional-red-black-tree@^1.0.1: resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -"ganache-cli@github:makerdao/ganache-cli#fix/gas-est-crash": +ganache-cli@makerdao/ganache-cli#fix/gas-est-crash: version "6.4.3-beta.0" resolved "https://codeload.github.com/makerdao/ganache-cli/tar.gz/3e512b61da2479042627e6155231dcb038110650" dependencies: