Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Fix migration service tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbennett committed Dec 17, 2019
1 parent 3bef233 commit c6aaaa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/dai-plugin-migrations/test/MigrationService.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c6aaaa7

Please sign in to comment.