@@ -35,7 +35,7 @@ describe('withEdgeWrapping', () => {
3535 const origFunction = jest . fn ( _req => origFunctionReturnValue ) ;
3636
3737 const wrappedFunction = withEdgeWrapping ( origFunction , {
38- spanLabel : 'some label' ,
38+ spanDescription : 'some label' ,
3939 mechanismFunctionName : 'some name' ,
4040 spanOp : 'some op' ,
4141 } ) ;
@@ -54,7 +54,7 @@ describe('withEdgeWrapping', () => {
5454 } ) ;
5555
5656 const wrappedFunction = withEdgeWrapping ( origFunction , {
57- spanLabel : 'some label' ,
57+ spanDescription : 'some label' ,
5858 mechanismFunctionName : 'some name' ,
5959 spanOp : 'some op' ,
6060 } ) ;
@@ -70,7 +70,7 @@ describe('withEdgeWrapping', () => {
7070 const origFunction = jest . fn ( _req => origFunctionReturnValue ) ;
7171
7272 const wrappedFunction = withEdgeWrapping ( origFunction , {
73- spanLabel : 'some label' ,
73+ spanDescription : 'some label' ,
7474 mechanismFunctionName : 'some name' ,
7575 spanOp : 'some op' ,
7676 } ) ;
@@ -89,7 +89,7 @@ describe('withEdgeWrapping', () => {
8989 const origFunction = jest . fn ( ( ) => origFunctionReturnValue ) ;
9090
9191 const wrappedFunction = withEdgeWrapping ( origFunction , {
92- spanLabel : 'some label' ,
92+ spanDescription : 'some label' ,
9393 mechanismFunctionName : 'some name' ,
9494 spanOp : 'some op' ,
9595 } ) ;
0 commit comments