Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Loring committed May 23, 2017
1 parent 4aaadc0 commit 70f9675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parallel/test-async-wrap-getasyncid.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ function testInitialized(req, ctor_name) {


{
// TODO: determine the rigth way to expose promise wrap.
// We don't want to expose getAsyncId for promises but we need to construct one
// so that the cooresponding provider type is removed from the providers list.
new Promise((res) => res(5));
}

Expand Down

0 comments on commit 70f9675

Please sign in to comment.