File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/tracing/test/integrations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ describe('setupOnce', () => {
81
81
jest . spyOn ( childSpan , 'finish' ) ;
82
82
} ) ;
83
83
84
- it ( ` should wrap a simple resolver` , ( ) => {
84
+ it ( ' should wrap a simple resolver' , ( ) => {
85
85
ApolloServer . config . resolvers [ 0 ] ?. [ 'Query' ] ?. [ 'res_1' ] ?.( ) ;
86
86
expect ( scope . getSpan ) . toBeCalled ( ) ;
87
87
expect ( parentSpan . startChild ) . toBeCalledWith ( {
@@ -92,7 +92,7 @@ describe('setupOnce', () => {
92
92
expect ( scope . setSpan ) . toHaveBeenCalledTimes ( 2 ) ;
93
93
} ) ;
94
94
95
- it ( ` should wrap another simple resolver` , ( ) => {
95
+ it ( ' should wrap another simple resolver' , ( ) => {
96
96
ApolloServer . config . resolvers [ 0 ] ?. [ 'Mutation' ] ?. [ 'res_2' ] ?.( ) ;
97
97
expect ( scope . getSpan ) . toBeCalled ( ) ;
98
98
expect ( parentSpan . startChild ) . toBeCalledWith ( {
You can’t perform that action at this time.
0 commit comments