Skip to content

Commit

Permalink
ALL-10470 - Fix utxo tests (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel authored Feb 20, 2025
1 parent 4f76863 commit 9ebdecb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.2.48] - 2025.2.20

### Fix

- Fixed tests failing

## [4.2.47] - 2025.2.19

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tatumio/tatum",
"version": "4.2.47",
"version": "4.2.48",
"description": "Tatum JS SDK",
"author": "Tatum",
"repository": "https://github.com/tatumio/tatum-js",
Expand Down
2 changes: 1 addition & 1 deletion src/e2e/rpc/utxo/utxo.rpc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const utxoTestNetworks = [
// apiKey: process.env.V3_API_KEY_TESTNET,
// skipEstimateSmartFee: true,
// },
{ network: Network.BITCOIN_CASH, type: UtxoNetworkType.MAIN, skipEstimateSmartFee: true },
// { network: Network.BITCOIN_CASH, type: UtxoNetworkType.MAIN, skipEstimateSmartFee: true },
]

describe.each(utxoTestNetworks)('UTXO E2E Test Suite', (testNetwork) => {
Expand Down

0 comments on commit 9ebdecb

Please sign in to comment.