Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Jan 9, 2025
1 parent f4ef911 commit 03f5006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/lib/transaction/metrics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
BlockaidReason,
BlockaidResultType,
} from '../../../../shared/constants/security-provider';
import { decimalToHex } from '../../../../shared/modules/conversion.utils';
import {
handleTransactionAdded,
handleTransactionApproved,
Expand All @@ -36,7 +37,6 @@ import {
METRICS_STATUS_FAILED,
TransactionMetricsRequest,
} from './metrics';
import { decimalToHex } from '../../../../shared/modules/conversion.utils';

const providerResultStub = {
eth_getCode: '0x123',
Expand Down

0 comments on commit 03f5006

Please sign in to comment.