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

Commit

Permalink
enable chost test
Browse files Browse the repository at this point in the history
  • Loading branch information
b-pmcg committed Nov 18, 2021
1 parent d18d0ae commit 82db976
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ describe('LiquidationService', () => {
console.log('data', holeAndDirt);
}, 10000);

xtest('getChost', async () => {
test('getChost', async () => {
const chost = await service.getChost(ilk);
console.log('chost', chost);
}, 10000);
Expand Down

0 comments on commit 82db976

Please sign in to comment.