Skip to content

Commit

Permalink
Enable Electrum tests
Browse files Browse the repository at this point in the history
The servers are working now, so we can try enabling the tests.

We still need to work on stable results for electrs-esplora server.
  • Loading branch information
nkuba committed Jan 25, 2023
1 parent 093d4ec commit a56ba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/test/electrum.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const testnetCredentials: ElectrumCredentials[] = [
* out of scope of this suite. The `broadcast` function was tested manually
* though.
*/
describe.skip("Electrum", () => {
describe("Electrum", () => {
testnetCredentials.forEach((credentials) => {
describe(`${credentials.protocol}://${credentials.host}:${credentials.port}`, async () => {
let electrumClient: ElectrumClient
Expand Down

0 comments on commit a56ba9f

Please sign in to comment.