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

Commit

Permalink
feat: Exec hash
Browse files Browse the repository at this point in the history
  • Loading branch information
rafinskipg committed Oct 11, 2021
1 parent e835412 commit 5c0b73a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dai-plugin-governance/test/SpellService.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,13 @@ describe('use mainnet', () => {
);
});


test('get office hours', async () => {
const done = await spellService.getOfficeHours(
'0x9400d4D59134af2a48a4bf4237E809A80f90Fe63'
);
expect(done).toBe(true);
});


test('get spell done boolean', async () => {
const done = await spellService.getDone(
'0xf880d43bb9a32dd212c77b82a7336be31ecaee08'
Expand Down

0 comments on commit 5c0b73a

Please sign in to comment.