@@ -596,7 +596,7 @@ Payload (hidden, use --include payload)`, output.OkEmoji()), "\n"), result.Strin
596596 result := transactionResult {tx : tx , result : txResult , network : "mainnet" }
597597
598598 output := result .String ()
599- assert .Contains (t , output , "🔗 View on Block Explorer" )
599+ assert .Contains (t , output , "View on Block Explorer" )
600600 assert .Contains (t , output , "https://www.flowscan.io/tx/e913d1f3e431c7df49c99845bea9ebff9db11bbf25d507b9ad0fad45652d515f" )
601601
602602 jsonResult := result .JSON ()
@@ -610,7 +610,7 @@ Payload (hidden, use --include payload)`, output.OkEmoji()), "\n"), result.Strin
610610 result := transactionResult {tx : tx , result : txResult , network : "testnet" }
611611
612612 output := result .String ()
613- assert .Contains (t , output , "🔗 View on Block Explorer" )
613+ assert .Contains (t , output , "View on Block Explorer" )
614614 assert .Contains (t , output , "https://testnet.flowscan.io/tx/e913d1f3e431c7df49c99845bea9ebff9db11bbf25d507b9ad0fad45652d515f" )
615615
616616 jsonResult := result .JSON ()
@@ -624,7 +624,7 @@ Payload (hidden, use --include payload)`, output.OkEmoji()), "\n"), result.Strin
624624 result := transactionResult {tx : tx , result : txResult , network : "emulator" }
625625
626626 output := result .String ()
627- assert .NotContains (t , output , "🔗 View on Block Explorer" )
627+ assert .NotContains (t , output , "View on Block Explorer" )
628628
629629 jsonResult := result .JSON ()
630630 jsonMap , ok := jsonResult .(map [string ]any )
@@ -636,7 +636,7 @@ Payload (hidden, use --include payload)`, output.OkEmoji()), "\n"), result.Strin
636636 result := transactionResult {tx : tx , result : txResult , network : "" }
637637
638638 output := result .String ()
639- assert .NotContains (t , output , "🔗 View on Block Explorer" )
639+ assert .NotContains (t , output , "View on Block Explorer" )
640640
641641 jsonResult := result .JSON ()
642642 jsonMap , ok := jsonResult .(map [string ]any )
0 commit comments