Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Nov 8, 2024
1 parent 1b73d98 commit 4e9dbae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ testWithAnvilL2('InteractiveProposalBuilder', (web3) => {
describe('promptTransactions', () => {
it('should prompt for transactions and return them', async () => {
const mockPrompt = jest.spyOn(inquirer, 'prompt')
// TODO the mock order is not right for the inputs
mockPrompt
.mockResolvedValueOnce({ 'Celo Contract': 'Governance' })
.mockResolvedValueOnce({ 'Governance Function': 'setConstitution' })
Expand Down

0 comments on commit 4e9dbae

Please sign in to comment.