Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
test/forks: rename tests
Browse files Browse the repository at this point in the history
Just like the regular bitcoinjs-lib tests have `bitcoin` and `testnet`
networks in the same test files, we should group `$forkCoin` and
`$forkCoinTest` under the mainnet name.

Rename `btg` to the network name `bitcoingold`.
  • Loading branch information
OttoAllmendinger committed Jan 8, 2020
1 parent d0cc345 commit 67c0cb2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {
Transaction
} = require('../../../src')

var fixtures = require('../../fixtures/forks/dashTest/transaction')
var fixtures = require('../../fixtures/forks/dash/transaction')

describe('Transaction', function () {
describe('fromBuffer/fromHex for Testnet Dash', function () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {
Transaction
} = require('../../../src')

const fixtures = require('../../fixtures/forks/zcashTest/transaction')
const fixtures = require('../../fixtures/forks/zcash/transaction')

describe('Transaction (ZEC)', function () {
describe('fromBuffer/fromHex', function () {
Expand Down

0 comments on commit 67c0cb2

Please sign in to comment.