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 => {
13
13
global : 'tag' ,
14
14
'isolation-scope' : 'tag' ,
15
15
'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
17
17
'isolation-scope-transactionName' : 'undefined' ,
18
18
} ,
19
19
// Request is correctly set
@@ -31,7 +31,7 @@ test('correctly applies isolation scope even without tracing', done => {
31
31
global : 'tag' ,
32
32
'isolation-scope' : 'tag' ,
33
33
'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
35
35
'isolation-scope-transactionName' : 'undefined' ,
36
36
} ,
37
37
// Request is correctly set
You can’t perform that action at this time.
0 commit comments