Skip to content

Commit 05273da

Browse files
authored
Apply suggestions from code review
1 parent aff5e9a commit 05273da

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/node-integration-tests/suites/express/without-tracing

1 file changed

+2
-2
lines changed

dev-packages/node-integration-tests/suites/express/without-tracing/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)