Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Nov 27, 2024
1 parent 8d8e066 commit 450efa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/token/src/tests/erc4626/test_erc4626.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,6 @@ fn test_multiple_txs_part_1() {
asset.approve(vault.contract_address, 7_001);

// 1. Alice mints 2_000 shares (costs 2_000 tokens)
let mut spy = spy_events();
cheat_caller_address(vault.contract_address, alice, CheatSpan::TargetCalls(1));
vault.mint(2_000, alice);

Expand Down

0 comments on commit 450efa4

Please sign in to comment.