Skip to content

Commit 0983ce0

Browse files
committed
chore(root): test fix - replace ofcgteth with ofchteth
Ticket: COIN-624
1 parent 515c7f6 commit 0983ce0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/bitgo/test/v2/unit/coins/ofcToken.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ describe('OFC:', function () {
6363
teth.isValidAddress('bg-5b2b80eafbdf94d5030bb23f9b56ad64nnn').should.be.false;
6464
});
6565

66-
it('test crypto coins for ofcgteth', function () {
67-
const gteth = bitgo.coin('ofcgteth');
68-
gteth.getChain().should.equal('ofcgteth');
69-
gteth.getFullName().should.equal('Test Goerli Ether');
66+
it('test crypto coins for ofchteth', function () {
67+
const gteth = bitgo.coin('ofchteth');
68+
gteth.getChain().should.equal('ofchteth');
69+
gteth.getFullName().should.equal('Test Holesky Ether');
7070
gteth.getBaseFactor().should.equal(PRECISION_18);
7171
gteth.isValidAddress('0x801b2954117cf3439479df391bed2f472e4bd4b8').should.be.true;
7272
gteth.isValidAddress('2NBSpUjBQUg4BmWUft8m2VePGDEZ2QBFM7X').should.be.false;

0 commit comments

Comments
 (0)