File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/bitgo/test/v2/unit/coins Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments