@@ -35,7 +35,7 @@ describe('withEdgeWrapping', () => {
35
35
const origFunction = jest . fn ( _req => origFunctionReturnValue ) ;
36
36
37
37
const wrappedFunction = withEdgeWrapping ( origFunction , {
38
- spanLabel : 'some label' ,
38
+ spanDescription : 'some label' ,
39
39
mechanismFunctionName : 'some name' ,
40
40
spanOp : 'some op' ,
41
41
} ) ;
@@ -54,7 +54,7 @@ describe('withEdgeWrapping', () => {
54
54
} ) ;
55
55
56
56
const wrappedFunction = withEdgeWrapping ( origFunction , {
57
- spanLabel : 'some label' ,
57
+ spanDescription : 'some label' ,
58
58
mechanismFunctionName : 'some name' ,
59
59
spanOp : 'some op' ,
60
60
} ) ;
@@ -70,7 +70,7 @@ describe('withEdgeWrapping', () => {
70
70
const origFunction = jest . fn ( _req => origFunctionReturnValue ) ;
71
71
72
72
const wrappedFunction = withEdgeWrapping ( origFunction , {
73
- spanLabel : 'some label' ,
73
+ spanDescription : 'some label' ,
74
74
mechanismFunctionName : 'some name' ,
75
75
spanOp : 'some op' ,
76
76
} ) ;
@@ -89,7 +89,7 @@ describe('withEdgeWrapping', () => {
89
89
const origFunction = jest . fn ( ( ) => origFunctionReturnValue ) ;
90
90
91
91
const wrappedFunction = withEdgeWrapping ( origFunction , {
92
- spanLabel : 'some label' ,
92
+ spanDescription : 'some label' ,
93
93
mechanismFunctionName : 'some name' ,
94
94
spanOp : 'some op' ,
95
95
} ) ;
0 commit comments