diff options
Diffstat (limited to 'test/async-hooks/test-graph.fsreq-readFile.js')
-rw-r--r-- | test/async-hooks/test-graph.fsreq-readFile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async-hooks/test-graph.fsreq-readFile.js b/test/async-hooks/test-graph.fsreq-readFile.js index 0a310ed577..543ce68aa7 100644 --- a/test/async-hooks/test-graph.fsreq-readFile.js +++ b/test/async-hooks/test-graph.fsreq-readFile.js @@ -21,6 +21,6 @@ function onexit() { [ { type: 'FSREQCALLBACK', id: 'fsreq:1', triggerAsyncId: null }, { type: 'FSREQCALLBACK', id: 'fsreq:2', triggerAsyncId: 'fsreq:1' }, { type: 'FSREQCALLBACK', id: 'fsreq:3', triggerAsyncId: 'fsreq:2' }, - { type: 'FSREQCALLBACK', id: 'fsreq:4', triggerAsyncId: 'fsreq:3' } ] + { type: 'FSREQCALLBACK', id: 'fsreq:4', triggerAsyncId: 'fsreq:3' } ], ); } |