File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ describe("BankMsg", () => {
412
412
describe ( "Env" , ( ) => {
413
413
describe ( "TransactionInfo" , ( ) => {
414
414
describe ( "TxCount" , ( ) => {
415
- test ( "execute" , async ( ) => {
415
+ test . only ( "execute" , async ( ) => {
416
416
jest . setTimeout ( 10 * 60 * 1_000 ) ;
417
417
let txProm : Promise < TxResponse > [ ] = new Array ( 2 ) ;
418
418
let success : boolean ;
@@ -454,6 +454,9 @@ describe("Env", () => {
454
454
. length
455
455
) . toBe ( 0 ) ;
456
456
}
457
+ console . log ( "DBG:TXS0:" , JSON . stringify ( txs [ 0 ] . events , null , 2 ) )
458
+ console . log ( "DBG:TXS1:" , JSON . stringify ( txs [ 1 ] . events , null , 2 ) )
459
+ console . log ( "DBG:CNT_VALS:" , count_vals ) ;
457
460
if ( Number ( count_vals [ 0 ] ) > Number ( count_vals [ 1 ] ) ) {
458
461
[ count_vals [ 0 ] , count_vals [ 1 ] ] = [ count_vals [ 1 ] , count_vals [ 0 ] ] ;
459
462
}
You can’t perform that action at this time.
0 commit comments