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

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler17 committed Aug 6, 2020
1 parent ec9b024 commit 26b6c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dai-plugin-governance/test/GovPollingService.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ test('getMkrWeight from blockchain without cache', async () => {
expect(weightObject).toEqual({
chiefBalance: MKR(0),
linkedChiefBalance: MKR(0),
linkedMkrBalance: MKR(400),
linkedMkrBalance: MKR(0),
mkrBalance: MKR(400),
proxyChiefBalance: MKR(0),
total: MKR(800)
total: MKR(400)
});
});

Expand Down

0 comments on commit 26b6c16

Please sign in to comment.