@@ -531,7 +531,7 @@ observationSource = """
531531 assert .Equal (t , []* string (nil ), run .Outputs )
532532 assert .Equal (t , []* string (nil ), run .Errors )
533533
534- testutils .WaitForLogMessage (t , o , "Sending transaction" )
534+ testutils .WaitForLogMessage (t , o , "Broadcasted transaction" )
535535 gomega .NewWithT (t ).Eventually (func () bool {
536536 b .Commit () // Process new head until tx confirmed, receipt is fetched, and task resumed
537537 for _ , l := range o .All () {
@@ -582,7 +582,7 @@ observationSource = """
582582 assert .Equal (t , []* string (nil ), run .Outputs )
583583 assert .Equal (t , []* string (nil ), run .Errors )
584584
585- testutils .WaitForLogMessage (t , o , "Sending transaction" )
585+ testutils .WaitForLogMessage (t , o , "Broadcasted transaction" )
586586 gomega .NewWithT (t ).Eventually (func () bool {
587587 b .Commit () // Process new head until tx confirmed, receipt is fetched, and task resumed
588588 for _ , l := range o .All () {
@@ -625,7 +625,7 @@ observationSource = """
625625 assert .Equal (t , []* string (nil ), run .Outputs )
626626 assert .Equal (t , []* string (nil ), run .Errors )
627627
628- testutils .WaitForLogMessage (t , o , "Sending transaction" )
628+ testutils .WaitForLogMessage (t , o , "Broadcasted transaction" )
629629 gomega .NewWithT (t ).Eventually (func () bool {
630630 b .Commit () // Process new head until tx confirmed, receipt is fetched, and task resumed
631631 for _ , l := range o .All () {
0 commit comments