Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Apr 20, 2023
1 parent bb619e0 commit acaac9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/subgraph/tests/dao/dao_v1_0_0.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ describe('handleDeposited: ', () => {
// assert
erc20Balance.assertEntity();

// getBalanceOf(DAO_TOKEN_ADDRESS, DAO_ADDRESS, ERC20_AMOUNT_FULL);
daoTokenContract.mockCall_balanceOf(DAO_ADDRESS, ERC20_AMOUNT_FULL);

newEvent.transactionLogIndex = BigInt.fromI32(2);
Expand Down

0 comments on commit acaac9c

Please sign in to comment.