Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vrolland committed May 6, 2021
1 parent 2286d98 commit ca8f457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/currency/test/currency.test.ts
Expand Up @@ -482,7 +482,7 @@ describe('api/currency', () => {
it('MPH from MPH', () => {
expect(Currency.from('MPH')).toMatchObject({
type: RequestLogicTypes.CURRENCY.ERC20,
value: '0x8888801af4d980682e47f1a9036e589479e835c5',
value: '0x8888801aF4d980682e47f1A9036e589479e835C5',
network: 'mainnet',
});
});
Expand Down
2 changes: 1 addition & 1 deletion packages/currency/test/token.test.ts
Expand Up @@ -36,7 +36,7 @@ describe('api/currency Token', () => {
expect(Token.from('MPH')).toMatchObject({
symbol: 'MPH',
type: RequestLogicTypes.CURRENCY.ERC20,
value: '0x8888801af4d980682e47f1a9036e589479e835c5',
value: '0x8888801aF4d980682e47f1A9036e589479e835C5',
network: 'mainnet',
});
});
Expand Down

0 comments on commit ca8f457

Please sign in to comment.