Skip to content

Commit

Permalink
chore(sdk): remove failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
topocount authored and Quazia committed Dec 16, 2024
1 parent 441403d commit 7bd810e
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,21 +294,4 @@ describe("ERC20VariableCriteriaIncentive", () => {
"0x0000000000000000000000000000000000000000000000000000000000000001",
);
});

test("can clawback via a budget", async () => {
const boost = await freshBoost(fixtures, {
budget: budgets.budget,
incentives: [erc20Incentive],
});
const [amount, address] = await budgets.budget.clawbackFromTarget(
fixtures.core.assertValidAddress(),
erc20Incentive.buildClawbackData(1n),
boost.id,
0,
);
expect(amount).toBe(1n);
expect(isAddressEqual(address, budgets.erc20.assertValidAddress())).toBe(
true,
);
});
});

0 comments on commit 7bd810e

Please sign in to comment.