Skip to content

Commit

Permalink
debugging ripple websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Jan 27, 2025
1 parent e38bd90 commit 0254f21
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions suite-native/app/e2e/tests/othersAccountsImport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ describe('Import accounts of other networks.', () => {
accountName: 'Cardano #1',
});
});
it('Import XRP account', async () => {
await onAccountImport.importAccount({
networkSymbol: 'xrp',
xpub: xpubs.xrp,
accountName: 'Ripple #1',
});
});

it('Import ETH account', async () => {
await onAccountImport.importAccount({
Expand Down

0 comments on commit 0254f21

Please sign in to comment.