@@ -494,7 +494,7 @@ describe('Execute: Handles basic execution tasks', () => {
494494 path : [ 'syncError' ] ,
495495 } ,
496496 {
497- message : 'Unexpected error value : "Error getting syncRawError"' ,
497+ message : 'Encountered error: "Error getting syncRawError"' ,
498498 locations : [ { line : 5 , column : 9 } ] ,
499499 path : [ 'syncRawError' ] ,
500500 } ,
@@ -519,12 +519,12 @@ describe('Execute: Handles basic execution tasks', () => {
519519 path : [ 'asyncReject' ] ,
520520 } ,
521521 {
522- message : 'Unexpected error value : "Error getting asyncRawReject"' ,
522+ message : 'Encountered error: "Error getting asyncRawReject"' ,
523523 locations : [ { line : 10 , column : 9 } ] ,
524524 path : [ 'asyncRawReject' ] ,
525525 } ,
526526 {
527- message : 'Unexpected error value : undefined' ,
527+ message : 'Encountered error: undefined' ,
528528 locations : [ { line : 11 , column : 9 } ] ,
529529 path : [ 'asyncEmptyReject' ] ,
530530 } ,
@@ -534,7 +534,7 @@ describe('Execute: Handles basic execution tasks', () => {
534534 path : [ 'asyncError' ] ,
535535 } ,
536536 {
537- message : 'Unexpected error value : "Error getting asyncRawError"' ,
537+ message : 'Encountered error: "Error getting asyncRawError"' ,
538538 locations : [ { line : 13 , column : 9 } ] ,
539539 path : [ 'asyncRawError' ] ,
540540 } ,
0 commit comments