Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
leolambo committed May 16, 2024
1 parent 51cd3c1 commit 141a14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bitcore-client/test/unit/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ describe('Wallet', function() {
}
});

describe.only('importKeys', function() {
describe('importKeys', function() {
walletName = 'BitcoreClientTestImportKeys';
let requestStub;
let sleepStub;
Expand Down

0 comments on commit 141a14a

Please sign in to comment.