Skip to content

Commit

Permalink
fix test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Nov 15, 2024
1 parent ee1fc5b commit ed4d556
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/lib/transactions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ describe('Transactions Lib', () => {
amount: 'decodingError',
fee: 'decodingError',
token: 'decodingError',
tokenSymbol: 'decodingError',
});
});

Expand All @@ -86,6 +87,7 @@ describe('Transactions Lib', () => {
receiver: 'decodingError',
amount: 'decodingError',
fee: 'decodingError',
tokenSymbol: 'decodingError',
});
});

Expand All @@ -96,6 +98,7 @@ describe('Transactions Lib', () => {
receiver: 't3cwthwVvGg7WKkxhzw87xnDDsdb9kS92x3',
amount: '0.0009968',
fee: '-0.0009968',
tokenSymbol: 'FLUX',
});
});

Expand All @@ -110,6 +113,7 @@ describe('Transactions Lib', () => {
amount: '0.1',
fee: '0.000591584934602552',
token: '',
tokenSymbol: 'TEST-ETH',
});
});

Expand All @@ -121,6 +125,7 @@ describe('Transactions Lib', () => {
amount: 'decodingError',
fee: 'decodingError',
token: 'decodingError',
tokenSymbol: 'decodingError',
});
});
});
Expand Down

0 comments on commit ed4d556

Please sign in to comment.