File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ const assert = require('assert');
44const fs = require ( 'fs' ) ;
55const path = require ( 'path' ) ;
66
7- const { skip } = require ( 'node:test' ) ;
87const algosdk = require ( '../../../src/index' ) ;
98const nacl = require ( '../../../src/nacl/naclWrappers' ) ;
109
@@ -1963,10 +1962,10 @@ module.exports = function getSteps(options) {
19631962
19641963 Then (
19651964 'the parsed Get Block response should have heartbeat address {string}' ,
1965+ // eslint-disable-next-line consistent-return
19661966 ( hbAddress ) => {
19671967 if ( responseFormat === 'json' ) {
19681968 // cannot properly decode json response (base32 addresses) into transaction objects so skip
1969- skip ( ) ;
19701969 return ;
19711970 }
19721971 const enc = anyBlockResponse . block . txns [ 0 ] . txn ;
You can’t perform that action at this time.
0 commit comments