Skip to content

Commit 0c194a2

Browse files
chore: validators
1 parent 56bf7a7 commit 0c194a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/bridge-status-controller/src/utils/validators.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const BridgeTxStatusResponses = {
2727
},
2828
},
2929
STATUS_PENDING_VALID_MISSING_FIELDS: {
30-
status: 'PENDING',
3130
srcChain: {
3231
chainId: 42161,
3332
txHash:
@@ -38,7 +37,6 @@ const BridgeTxStatusResponses = {
3837
status: 'PENDING',
3938
bridge: 'hop',
4039
srcChain: {
41-
chainId: 42161,
4240
txHash:
4341
'0x5cbda572c686a5a57fe62735325e408f9164f77a4787df29ce13edef765adaa9',
4442
amount: '991250000000000',
@@ -256,7 +254,7 @@ describe('validators', () => {
256254
},
257255
{
258256
input: BridgeTxStatusResponses.STATUS_FAILED_VALID,
259-
expected: false,
257+
expected: true,
260258
description: 'valid failed bridge status',
261259
},
262260
{

0 commit comments

Comments
 (0)