Skip to content

Commit 409d0f6

Browse files
committed
Fix linting
1 parent 9d3c657 commit 409d0f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/scripts/lib/transaction/containers/util.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { enforceSimulations } from './enforced-simulations';
1616
jest.mock('./enforced-simulations');
1717

1818
const TRANSACTION_ID_MOCK = '123-456';
19-
const CHAIN_ID_MOCK = '0x123' as const;
2019
const ESTIMATE_GAS_MOCK = '0x456' as const;
2120
const NEW_DATA_MOCK = '0x789' as const;
2221

0 commit comments

Comments
 (0)