Skip to content

Commit f09a847

Browse files
committed
chore(fast-inbox): drop unused cheatCodes from bot e2e after inbox-drift test removal (A-1386)
Deleting the inbox-drift bot test left the suite's cheatCodes variable (and its import) unused, tripping lint.
1 parent 16fd8f9 commit f09a847

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

yarn-project/end-to-end/src/single-node/bot/bot.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { getInitialTestAccountsData } from '@aztec/accounts/testing';
22
import { Fr } from '@aztec/aztec.js/fields';
33
import type { AztecNode } from '@aztec/aztec.js/node';
44
import { MinedTxReceipt, type TxReceipt } from '@aztec/aztec.js/tx';
5-
import type { CheatCodes } from '@aztec/aztec/testing';
65
import {
76
AmmBot,
87
Bot,
@@ -35,7 +34,6 @@ describe('single-node/bot/bot', () => {
3534
let aztecNode: AztecNode;
3635
let teardown: () => Promise<void>;
3736
let aztecNodeAdmin: AztecNodeAdmin | undefined;
38-
let cheatCodes: CheatCodes;
3937
let config: BotConfig;
4038
let l1RpcUrls: string[];
4139

@@ -50,7 +48,6 @@ describe('single-node/bot/bot', () => {
5048
teardown,
5149
aztecNode,
5250
aztecNodeAdmin,
53-
cheatCodes,
5451
config: { l1RpcUrls },
5552
} = setupResult);
5653
wallet = await EmbeddedWallet.create(aztecNode, { ephemeral: true });

0 commit comments

Comments
 (0)