Skip to content

Commit 6da8f57

Browse files
authored
Merge pull request #5666 from BitGo/SC-1256
fix(sdk-coin-tao): use tao builder not dot
2 parents 483a701 + 3ee7bfc commit 6da8f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sdk-coin-tao/test/unit/transactionBuilder/transactionBuilderFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Tao Transaction Builder Factory', function () {
1212
// TODO: BG-43197 & STLX-14374
1313
xdescribe('parse generic builders', function () {
1414
before(function () {
15-
factory = new TransactionBuilderFactory(coins.get('tdot'));
15+
factory = new TransactionBuilderFactory(coins.get('ttao'));
1616
});
1717

1818
[{ type: 'transfer', builder: TransferBuilder }].forEach((txn) => {

0 commit comments

Comments
 (0)