Skip to content

Commit

Permalink
remove reference to STANDARD in stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-decker committed Mar 10, 2021
1 parent 1ca9abe commit 577f9df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/unit/app/controllers/network/stubs.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ export const txMetaStub = {
metamaskNetworkId: '4',
status: TRANSACTION_STATUSES.UNAPPROVED,
time: 1572395156620,
Type: TRANSACTION_TYPES.SENT_ETHER,
type: TRANSACTION_TYPES.SENT_ETHER,
txParams: {
from: '0xf231d46dd78806e1dd93442cf33c7671f8538748',
gas: '0x5208',
gasPrice: '0x1e8480',
to: '0xf231d46dd78806e1dd93442cf33c7671f8538748',
value: '0x0',
},
type: TRANSACTION_TYPES.STANDARD,
},
[
{
Expand Down Expand Up @@ -195,7 +194,7 @@ export const txMetaStub = {
status: TRANSACTION_STATUSES.SUBMITTED,
submittedTime: 1572395158570,
time: 1572395156620,
Type: TRANSACTION_TYPES.SENT_ETHER,
type: TRANSACTION_TYPES.SENT_ETHER,
txParams: {
from: '0xf231d46dd78806e1dd93442cf33c7671f8538748',
gas: '0x5208',
Expand All @@ -204,6 +203,5 @@ export const txMetaStub = {
to: '0xf231d46dd78806e1dd93442cf33c7671f8538748',
value: '0x0',
},
type: TRANSACTION_TYPES.STANDARD,
v: '0x2c',
};

0 comments on commit 577f9df

Please sign in to comment.