File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev-packages/node-integration-tests/suites/express/without-tracing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ test('correctly applies isolation scope even without tracing', done => {
1313 global : 'tag' ,
1414 'isolation-scope' : 'tag' ,
1515 'isolation-scope-1' : '1' ,
16- // We can't properly test non-existance of fields here, so we cast this to a string to test it here
16+ // We can't properly test non-existence of fields here, so we cast this to a string to test it here
1717 'isolation-scope-transactionName' : 'undefined' ,
1818 } ,
1919 // Request is correctly set
@@ -31,7 +31,7 @@ test('correctly applies isolation scope even without tracing', done => {
3131 global : 'tag' ,
3232 'isolation-scope' : 'tag' ,
3333 'isolation-scope-2' : '2' ,
34- // We can't properly test non-existance of fields here, so we cast this to a string to test it here
34+ // We can't properly test non-existence of fields here, so we cast this to a string to test it here
3535 'isolation-scope-transactionName' : 'undefined' ,
3636 } ,
3737 // Request is correctly set
You can’t perform that action at this time.
0 commit comments