Skip to content

Commit

Permalink
rm .only
Browse files Browse the repository at this point in the history
  • Loading branch information
kajoseph committed Oct 4, 2024
1 parent f8fc7a0 commit 79449e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bitcore-client/test/unit/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ describe('Wallet', function() {
});
});

describe.only('rmToken', function() {
describe('rmToken', function() {
walletName = 'BitcoreClientTestRmToken';
const usdcLegacyObj = {
symbol: 'USDC',
Expand Down Expand Up @@ -535,7 +535,7 @@ describe('Wallet', function() {
daiObj,
usdcLegacyObj // this should be ordered after usdcObj
];

wallet.rmToken({ tokenName: 'USDC' });
wallet.tokens.length.should.equal(2);
wallet.tokens.filter(t => t.symbol === 'USDC').length.should.equal(1);
Expand Down

0 comments on commit 79449e7

Please sign in to comment.